[TYPO3-commerce] svn pi4/class.tx_commerce_pi4.php parse error

Karsten Dambekalns karsten at typo3.org
Tue Sep 4 20:59:52 CEST 2007


Hi.

hartmut wrote:
> mentioned file in svn gives a parse error on line 443. A bracket is 
> missing.
> 
> is:
> if ((int)$this->piVars['backpid'])>0){
> 
> should be:
> if (((int)$this->piVars['backpid'])>0){

Hm, I'd say it's one too much:

if ((int)$this->piVars['backpid']>0){

I opened a bug report with patch attached:
  http://bugs.typo3.org/view.php?id=6262


Regards,
Karsten


More information about the TYPO3-project-commerce mailing list