Actions
Bug #20893
closedfunction sql($db,$query) should be wrapper only because it's an alias for sql_query
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-08-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
function sql($db,$query) {
return $this->sql_query($db,$query);
}
instead of full copy of sql_query($db,$query)
(issue imported from #M11730)
Actions