[TYPO3] debug queries

Dmitry Dulepov typo3 at accio.lv
Mon May 8 14:20:35 CEST 2006


Hi!

Andrea Giorgini wrote:
> $res =
> $GLOBALS['TYPO3_DB']->exec_SELECTquery('*','table_name',"deleted=0","","","limit
> 0,1");

If you look to the comments for this function, you will notice that
correct format is:

$res =
$GLOBALS['TYPO3_DB']->exec_SELECTquery('*','table_name','deleted=0','','','0,1');

Dmitry.
-- 
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)



More information about the TYPO3-english mailing list