correct insertion of BLOB field reference
This commit is contained in:
@@ -236,6 +236,7 @@ foreach ($loop_array as $rowcount => $where_clause) {
|
|||||||
if (isset($remove_blob_reference)) {
|
if (isset($remove_blob_reference)) {
|
||||||
$val = "''";
|
$val = "''";
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// checks if this field requires a bs reference attached to it
|
// checks if this field requires a bs reference attached to it
|
||||||
if (isset($upload_blob_repo)) {
|
if (isset($upload_blob_repo)) {
|
||||||
@@ -248,7 +249,6 @@ foreach ($loop_array as $rowcount => $where_clause) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
if (empty($me_funcs[$key])) {
|
if (empty($me_funcs[$key])) {
|
||||||
$cur_value = $val;
|
$cur_value = $val;
|
||||||
|
Reference in New Issue
Block a user