Bug #16585 ยป pagebrowser.diff
class.tx_newloginbox_pi3.php 2006-10-04 22:20:58.387721416 +0200 | ||
---|---|---|
t3lib_div::debug(array($GLOBALS['TYPO3_DB']->sql_error(), $query));
|
||
}
|
||
list($this->internal['res_count']) = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($res);
|
||
list($this->internal['res_count']) = $GLOBALS['TYPO3_DB']->sql_fetch_row($res);
|
||
// Make listing query, pass query to MySQL:
|
||
$query = $this->pi_list_query('fe_users');
|