Date: 09/24/00
- Next message: Arno A. Karner: "[phplib] first gotcha i found in php4, phplib"
- Previous message: pahpa: "[phplib] phplib 7.2c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Bug in table.inc
-----------------
Use $debug variable set to 1;
function print_array()
print_array($val); ==> correction $this->print_array($val);
function select_colnames($data)
print_array($d); ==> correction $this->print_array($d);
Have a nice day,
Regards
:)
paHpa
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Arno A. Karner: "[phplib] first gotcha i found in php4, phplib"
- Previous message: pahpa: "[phplib] phplib 7.2c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

