deactivate debug traces for advanced upload form

git-svn-id: http://piwigo.org/svn/trunk@6054 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2010-05-03 13:38:12 +00:00
parent 43f0af547c
commit a3f7bac7a6
+1 -1
View File
@@ -16,7 +16,7 @@ print_r($_POST);
print_r($user);
$tmp = ob_get_contents();
ob_end_clean();
error_log($tmp, 3, "/tmp/php-".date('YmdHis').'-'.sprintf('%020u', rand()).".log");
// error_log($tmp, 3, "/tmp/php-".date('YmdHis').'-'.sprintf('%020u', rand()).".log");
$image_id = add_uploaded_file(
$_FILES['Filedata']['tmp_name'],