correct insertion of BLOB field reference

This commit is contained in:
Marc Delisle
2010-07-22 14:37:42 -04:00
parent 362aa516ac
commit ab2e4e925e

View File

@@ -236,6 +236,7 @@ foreach ($loop_array as $rowcount => $where_clause) {
if (isset($remove_blob_reference)) {
$val = "''";
}
}
// checks if this field requires a bs reference attached to it
if (isset($upload_blob_repo)) {
@@ -248,7 +249,6 @@ foreach ($loop_array as $rowcount => $where_clause) {
}
}
}
}
if (empty($me_funcs[$key])) {
$cur_value = $val;