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@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.