[TYPO3-core] RFC: Feature #4064 - Navigation title in tree view
    Thomas Hempel 
    thomas at typo3-unleashed.de
       
    Wed Sep  5 11:09:48 CEST 2007
    
    
  
Hi,
> Wouldn't
> 	trim($row['title']) == ''
> be true on $row['title']="0" ?
No.
var_dump((trim('0') == ''));
Result: bool(false)
Greets,
Thomas
-- 
typo3-unleashed.net
    
    
More information about the TYPO3-team-core
mailing list