Line 81:
$result = sqlite_query( "SELECT `data` FROM ".TABLE." WHERE keyword =
'$keyword'" , $GLOBALS['sqlConnect'] );
SQLite doesn't recognize the backtick operators, they should be removed.
Original issue reported on code.google.com by jkrcma on 11 Aug 2009 at 10:42
Original issue reported on code.google.com by
jkrcma
on 11 Aug 2009 at 10:42