Changeset 136357
- Timestamp:
- 07/18/2009 03:27:53 PM (17 years ago)
- File:
-
- 1 edited
-
resize-on-upload/trunk/resize-on-upload.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
resize-on-upload/trunk/resize-on-upload.php
r136356 r136357 99 99 // options are blank so lets set the defaults 100 100 if ($options == "") { 101 $options['rou_max_width'] = 800;102 $options['rou_max_height'] = 600;101 $options['rou_max_width'] = 1200; 102 $options['rou_max_height'] = 800; 103 103 update_option('ROU_Options',$options); 104 104 }
Note: See TracChangeset
for help on using the changeset viewer.