[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-15223-g7118468

Piotr Przybylski crackpl at users.sourceforge.net
Tue Aug 16 19:57:44 CEST 2011


The branch, master has been updated
       via  71184688b507f04bc3b5e521cb8d710de682b633 (commit)
      from  11465727162f945c331f8fa4d7a13dc2c466024e (commit)


- Log -----------------------------------------------------------------
commit 71184688b507f04bc3b5e521cb8d710de682b633
Author: Piotr Przybylski <piotrprz at gmail.com>
Date:   Tue Aug 16 19:57:23 2011 +0200

    We need only associative array here

-----------------------------------------------------------------------

Summary of changes:
 libraries/Tracker.class.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libraries/Tracker.class.php b/libraries/Tracker.class.php
index bb106a9..8a622aa 100644
--- a/libraries/Tracker.class.php
+++ b/libraries/Tracker.class.php
@@ -289,7 +289,7 @@ class PMA_Tracker
 
         $indexes = array();
 
-        while($row = PMA_DBI_fetch_array($sql_result)) {
+        while($row = PMA_DBI_fetch_assoc($sql_result)) {
             $indexes[] = $row;
         }
 


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list