Changeset 772292
- Timestamp:
- 09/14/2013 02:23:23 PM (13 years ago)
- File:
-
- 1 edited
-
oqey-gallery/tags/1.0.1/oqeygallery.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
oqey-gallery/tags/1.0.1/oqeygallery.php
r772223 r772292 279 279 280 280 $perm->add_cap('oqey-gallery'); 281 282 }283 284 if (version_compare($installed_oqey_ver, '1.0.1', '<')){285 281 add_option("oqey_upload_width", "1920" ,'', 'no'); 286 282 add_option("oqey_upload_height", "1280" ,'', 'no'); 287 283 add_option("oqey_upload_quality", "90" ,'', 'no'); 288 } 289 284 285 } 286 290 287 /*Scan server fo the mp3 files*/ 291 288 $ext = array('mp3' );
Note: See TracChangeset
for help on using the changeset viewer.