Actions
Bug #19124
closedexec_SELECTquery() has wrong documentation: Third parameter (WHERE clause) is NOT optional
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2008-07-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
While the documentation says it should, the third parameter is not optional:
- @param string Optional additional WHERE clauses put in the end of the query
...
function exec_SELECTquery($select_fields,$from_table,$where_clause,$groupBy='',$orderBy='',$limit='');
(issue imported from #M9002)
Files
Actions