continue removing author names in code

This commit is contained in:
Marc Delisle
2010-04-05 09:16:36 -04:00
parent 6b5f3b9962
commit 3ca82375d5
10 changed files with 16 additions and 17 deletions

View File

@@ -226,7 +226,7 @@ foreach ($loop_array as $rowcount => $where_clause) {
require './libraries/tbl_replace_fields.inc.php';
// rajk - for blobstreaming
// for blobstreaming
if ($blob_streaming_active && (NULL != $primary_field || strlen($primary_field) > 0)) {
$remove_blob_repo = isset($_REQUEST['remove_blob_repo_' . $key]) ? $_REQUEST['remove_blob_repo_' . $key] : NULL;
$upload_blob_repo = isset($_REQUEST['upload_blob_repo_' . $key]) ? $_REQUEST['upload_blob_repo_' . $key] : NULL;