it appears to also work a bit better if you don't use imaginary function names

This commit is contained in:
zotlabs 2017-06-07 20:44:44 -07:00
parent 2e692fca93
commit 4f3b1edf9d

View file

@ -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);
}
}
}