// Normalize

This commit is contained in:
rMalie
2012-01-24 16:24:01 +00:00
parent c22bbcbdaa
commit 323bd0e4db
14 changed files with 675 additions and 660 deletions
-1
View File
@@ -257,7 +257,6 @@ abstract class DbCore
*/
public function autoExecute($table, $data, $type, $where = '', $limit = 0, $use_cache = true, $use_null = false)
{
Tools::displayAsDeprecated();
$type = strtoupper($type);
switch ($type)
{