more backquotes - this should take care of most except for the array import queries
This commit is contained in:
@@ -42,7 +42,7 @@ class Dbsync {
|
||||
}
|
||||
|
||||
$failed = array();
|
||||
$r = q("select * from config where `cat` = 'database' ");
|
||||
$r = q("select * from config where cat = 'database' ");
|
||||
if(count($r)) {
|
||||
foreach($r as $rr) {
|
||||
$upd = intval(substr($rr['k'],8));
|
||||
|
||||
Reference in New Issue
Block a user