Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKasun Chathuranga <chathuranga.jayaneththi@gmail.com>2013-05-04 07:00:12 +0400
committerKasun Chathuranga <chathuranga.jayaneththi@gmail.com>2013-05-04 07:00:12 +0400
commit5bcc32999f64d60bb9015a3aec5f5fe6518cce80 (patch)
treeb8b09a0b8b86c7e9e754f4e41f0677ca39e138f1 /server_status.php
parent2a2eac9b53533b3222d6196926f8b567a41afe21 (diff)
PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssoc
Diffstat (limited to 'server_status.php')
-rw-r--r--server_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_status.php b/server_status.php
index 592cf749cc..22a2558e28 100644
--- a/server_status.php
+++ b/server_status.php
@@ -487,7 +487,7 @@ function getTableProcesslistHtml($ServerStatusData)
$retval .= '<tbody>';
$odd_row = true;
- while ($process = PMA_DBI_fetch_assoc($result)) {
+ while ($process = PMA_DBI_fetchAssoc($result)) {
// Array keys need to modify due to the way it has used
// to display column values