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


- Log -----------------------------------------------------------------
commit 71184688b507f04bc3b5e521cb8d710de682b633
Author: Piotr Przybylski <[email protected]>
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

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to