Little code reorganistaion (RFE #957308), removed some remaining php3 compatibility code in SQL parser.
This commit is contained in:
@@ -110,7 +110,7 @@ if (!empty($dbstats) && !$is_superuser) {
|
||||
* Prepares the statistics
|
||||
*/
|
||||
$statistics = array();
|
||||
foreach($dblist AS $current_db) {
|
||||
foreach ($dblist AS $current_db) {
|
||||
$tmp_array = array(
|
||||
'db_name' => $current_db,
|
||||
'tbl_cnt' => 0,
|
||||
|
Reference in New Issue
Block a user