Ammar, when data label is set to none:
Notice in ./tbl_zoom_select.php#373 Undefined offset: 0
On Sun, Aug 21, 2011 at 5:16 PM, Marc Delisle marc@infomarc.info wrote:
Ammar, when data label is set to none:
Notice in ./tbl_zoom_select.php#373 Undefined offset: 0
Fixed. Handled the case when $dataLabel is 'None', it was accessing the
row[$dataLabel] element, which issued the notice 'undefined index'.
-- Marc Delisle http://infomarc.info
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Le 2011-08-21 08:09, Ammar Yasir a écrit :
On Sun, Aug 21, 2011 at 5:16 PM, Marc Delisle marc@infomarc.info wrote:
Ammar, when data label is set to none:
Notice in ./tbl_zoom_select.php#373 Undefined offset: 0
Fixed. Handled the case when $dataLabel is 'None', it was accessing the
row[$dataLabel] element, which issued the notice 'undefined index'.
Merged, thanks.