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