Now storing the "manually approve" data / fix update routine

This commit is contained in:
Michael 2019-01-14 06:36:08 +00:00
parent 2f427e9daa
commit 5554448162
4 changed files with 15 additions and 9 deletions

View file

@ -1239,7 +1239,7 @@ class DBA
foreach ($old_fields AS $fieldname => $content) {
if (isset($fields[$fieldname])) {
if ($fields[$fieldname] == $content) {
if (($fields[$fieldname] == $content) && !is_null($content)) {
unset($fields[$fieldname]);
} else {
$do_update = true;