Fix: Remove space at end of binary files

This commit is contained in:
Laurent Destailleur 2013-06-26 02:05:18 +02:00
parent af4651f1a2
commit 9b235f6879
3 changed files with 2 additions and 3 deletions

View File

@ -1248,7 +1248,7 @@ function dol_check_secure_access_document($modulepart,$original_file,$entity,$fu
if (empty($modulepart)) return 'ErrorBadParameter';
if (empty($entity)) $entity=0;
dol_syslog('$modulepart='.$modulepart.' $original_file= '.$original_file);
dol_syslog('modulepart='.$modulepart.' original_file= '.$original_file);
// We define $accessallowed and $sqlprotectagainstexternals
$accessallowed=0;
$sqlprotectagainstexternals='';

View File

@ -178,4 +178,4 @@ header('Pragma: public');
readfile($original_file_osencoded);
?>
if (is_object($db)) $db->close();

View File

@ -198,4 +198,3 @@ else // Open and return file
if (is_object($db)) $db->close();
?>