[Phpmyadmin-devel] warning in display_tbl.lib.php3

Hi, Since one of the last cvs updates, phpMyAdmin result on selects: Warning: Undefined index: rowdata in phpMyAdmin/libraries/display_tbl.lib.php3 on line 925 Warning: Undefined offset: 0 in phpMyAdmin/libraries/display_tbl.lib.php3 on line 925 -- $verticaldisplay["rowdata"][$i][$foo] .= $verticaldisplay["data"][$foo][$i]; -- Because $verticaldisplay is uninitialized. Regards, -- Steve Alberty

Warning: Undefined index: rowdata in phpMyAdmin/libraries/display_tbl.lib.php3 on line 925 Warning: Undefined offset: 0 in phpMyAdmin/libraries/display_tbl.lib.php3 on line 925
-- $verticaldisplay["rowdata"][$i][$foo] .= $verticaldisplay["data"][$foo][$i]; --
Eek, sorry. My Bug. I developed using PHP 4.0.2, which didn't pop up error messages in my environment by using uninitialized variables. But this should be easily corrected, I think. Sorry for the inconvenience. :-\ (Couldn't do it by myself, I don't have CVS access and think it would be unneccessary to give me access for this little change...) MfG, Garvin.
participants (2)
-
Garvin Hicking
-
Steve Alberty