Changeset 11963


Ignore:
Timestamp:
Aug 17, 2011, 10:02:07 PM (13 years ago)
Author:
plg
Message:

comment debug instruction from uploadify.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/uploadify/uploadify.php

    r11962 r11963  
    2020$tmp = ob_get_contents();
    2121ob_end_clean();
    22 error_log($tmp, 3, "/tmp/php-".date('YmdHis').'-'.sprintf('%020u', rand()).".log");
     22// error_log($tmp, 3, "/tmp/php-".date('YmdHis').'-'.sprintf('%020u', rand()).".log");
    2323
    2424if ($_FILES['Filedata']['error'] !== UPLOAD_ERR_OK)
Note: See TracChangeset for help on using the changeset viewer.