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

@@ -818,7 +818,7 @@ foreach ($rows as $row_id => $vrow) {
if (($cfg['ProtectBinary'] && $field['is_blob'])
|| ($cfg['ProtectBinary'] == 'all' && $field['is_binary'])) {
echo "\n";
// rajk - for blobstreaming
// for blobstreaming
$bs_reference_exists = FALSE;
if (isset ($tbl_type) && strlen ($tbl_type) > 0)
@@ -917,7 +917,6 @@ foreach ($rows as $row_id => $vrow) {
// (displayed whatever value the ProtectBinary has)
if ($is_upload && $field['is_blob']) {
// added by rajk
// check if field type is of longblob
if ($field['pma_type'] == "longblob")
{