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