it appears to also work a bit better if you don't use imaginary function names
This commit is contained in:
parent
2e692fca93
commit
4f3b1edf9d
@ -1255,7 +1255,7 @@ function sync_files($channel, $files) {
|
||||
$r = dbq("update photo set " . $str . " where id = " . intval($exists[0]['id']) );
|
||||
}
|
||||
else {
|
||||
create_attach_from_array('photo',$p);
|
||||
create_table_from_array('photo',$p);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user