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_binlog.php
parent2a2eac9b53533b3222d6196926f8b567a41afe21 (diff)
PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssoc
Diffstat (limited to 'server_binlog.php')
-rw-r--r--server_binlog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_binlog.php b/server_binlog.php
index 20f9070a66..23fa8ec170 100644
--- a/server_binlog.php
+++ b/server_binlog.php
@@ -192,7 +192,7 @@ echo '</td>'
. '<tbody>';
$odd_row = true;
-while ($value = PMA_DBI_fetch_assoc($result)) {
+while ($value = PMA_DBI_fetchAssoc($result)) {
if (! $dontlimitchars
&& PMA_strlen($value['Info']) > $GLOBALS['cfg']['LimitChars']
) {