[TYPO3-core] RFC #11027: Warning is issued when creating first template
Benjamin Mack
benni at typo3.org
Sat Jun 27 16:29:32 CEST 2009
Hey Xavier,
isn't this a problem inside "exec_SELECTgetRows"?
Shouldn't this return an array at any time?
Citing t3lib_db.php
========
$res =
$this->exec_SELECTquery($select_fields,$from_table,$where_clause,$groupBy,$orderBy,$limit);
if (!$this->sql_error()) {
$output = array();
========
the $output is only an array if the SQL is not an error, right?
All the best,
Benni.
More information about the TYPO3-team-core
mailing list