mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Reduced some memory usage.
This commit is contained in:
@@ -2124,8 +2124,8 @@ class e_db_mysql implements e_db
|
||||
$table[] = str_replace($prefix,"",$rows[0]);
|
||||
}
|
||||
}
|
||||
$ret = array($language=>$table);
|
||||
return $ret;
|
||||
|
||||
return array($language =>$table);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user