[Phpmyadmin-devel] Question about 2.2.4-cvs

I have a few questions about 2.2.4-cvs. 1) Is insert data action OK? My browser display below messages after insert data submit(GO). Error MySQL said: Query was empty But real data inserted correctly in the table. 2) ./libraries/common.lib.php LINE 832 <td bgcolor="<?php echo $GLOBALS['cfgThBgcolor']; ?>"> <b><?php echo stripslashes($message); ?></b><br /> Does this function must need 'stripslashes' ? get_magic_quote_gpc() ? stripslashes($message) : $message; Is this wrong? In case of japanese-sjis code, this stripslahes is no good. Best Regards, luc

Hi Luc, Are you using the cvs command to get the latest cvs, or are you using the phpMyAdmin-2.2.4-cvs dated 2002-02-01? Marc luc a écrit :
I have a few questions about 2.2.4-cvs.
1) Is insert data action OK? My browser display below messages after insert data submit(GO).
Error MySQL said: Query was empty
But real data inserted correctly in the table.
2) ./libraries/common.lib.php LINE 832
<td bgcolor="<?php echo $GLOBALS['cfgThBgcolor']; ?>"> <b><?php echo stripslashes($message); ?></b><br />
Does this function must need 'stripslashes' ?
get_magic_quote_gpc() ? stripslashes($message) : $message; Is this wrong? In case of japanese-sjis code, this stripslahes is no good.
Best Regards, luc
participants (2)
-
luc
-
Marc Delisle