Project

General

Profile

Actions

Bug #20893

closed

function sql($db,$query) should be wrapper only because it's an alias for sql_query

Added by David Bruchmann over 14 years ago. Updated over 10 years ago.

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

Also available in: Atom PDF