Hi
Dne Wed, 16 May 2012 21:33:17 +0530 Chanaka Dharmarathna pe.chanaka.ck@gmail.com napsal(a):
I have introduced two small functions to reduce the code repetition in PMA_getVerticalTable() function in display_tbl.lib.php file. Both functions are using the global variable $vertical_display.
Please try to avoid using global variables, this one should be passed as parameter (or it should be attribute of class which embeds displaying query results).