[Phpmyadmin-devel] Tow points
Armel FAUVEAU
webmaster at phpindex.com
Wed Aug 1 02:01:39 CEST 2001
Hi Marc,
> I tested it. Is it intentional that dbase, user, label and query are
> stored with backquotes surrounding them?
No :p
I replace the line 1648 at lib.inc.php3 by this one ?
$query ='INSERT INTO
'.backquote($cfgBookmark['db']).'.'.backquote($cfgBookmark['table'])
.' (id, dbase, user, query, label) VALUES
(\'\',\''.$fields['dbase'].'\',\''.$fields['user'].'\',\''.$fields['query'].
'\',\''.$fields['label'].'\')';
Armel.
More information about the Developers
mailing list