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 committed by Mario Vavti
parent 30358100ab
commit 912be5a792

View File

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