
31 Jul
2001
31 Jul
'01
8:01 p.m.
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.