Final batch of PHP3-Compatibility fixes. Please test. :-)

This commit is contained in:
Garvin Hicking
2003-11-22 20:57:48 +00:00
parent 096094b74d
commit c2b46ac945
66 changed files with 570 additions and 989 deletions

View File

@@ -111,7 +111,7 @@ if (!empty($dbstats) && !$is_superuser) {
* Prepares the statistics
*/
$statistics = array();
while (list(, $current_db) = each($dblist)) {
foreach($dblist AS $current_db) {
$tmp_array = array(
'db_name' => $current_db,
'tbl_cnt' => 0,