Actions
Bug #21270
closedt3lib_admin::lostRecords produce errors / warning
Start date:
2009-10-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
there are expressions used in sql query without checking.
This function is used from lowlevel (DB CHECK) -> Record statistics
(issue imported from #M12235)
Files
Updated by Rupert Germann about 15 years ago
I suggest to drop this patch in favour of an improved version of #18966
TYPO3_DB->sql_fetch_assoc() already calls debug_check_recordset() to check the result but the output of debug_check_recordset() is not used to decide whether the resultset should handed over to mysql_fetch_assoc()
Actions