Changeset 683009
- Timestamp:
- 03/16/2013 09:18:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
image-pro-wordpress-image-media-management-and-resizing-done-right/trunk/src/thumb/phpThumb.php
r626292 r683009 17 17 } 18 18 19 error_reporting(E_ ALL & ~E_DEPRECATED);19 error_reporting(E_ERROR | E_WARNING | E_PARSE); 20 20 ini_set('display_errors', '1'); 21 21 ini_set('magic_quotes_runtime', '0');
Note: See TracChangeset
for help on using the changeset viewer.