|
@@ -3998,6 +3998,10 @@ class Database
|
|
$t = explode('-', $h);
|
|
$t = explode('-', $h);
|
|
$index = $t[0] . '/' . $t[1];
|
|
$index = $t[0] . '/' . $t[1];
|
|
|
|
|
|
|
|
+ if (!$v) {
|
|
|
|
+ $v = 'null';
|
|
|
|
+ }
|
|
|
|
+
|
|
$update_col[$i][$index] = $m_col;
|
|
$update_col[$i][$index] = $m_col;
|
|
$update_set[$i][$index][$num]['set_' . $temp[1]] = $v;
|
|
$update_set[$i][$index][$num]['set_' . $temp[1]] = $v;
|
|
$update_add[$i][$index][$num]['add_' . $temp[1]] = $v;
|
|
$update_add[$i][$index][$num]['add_' . $temp[1]] = $v;
|