Plugin Directory

Changeset 772292


Ignore:
Timestamp:
09/14/2013 02:23:23 PM (13 years ago)
Author:
dariimd
Message:

small update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • oqey-gallery/tags/1.0.1/oqeygallery.php

    r772223 r772292  
    279279       
    280280        $perm->add_cap('oqey-gallery');
    281    
    282     }
    283    
    284     if (version_compare($installed_oqey_ver, '1.0.1', '<')){
    285281        add_option("oqey_upload_width", "1920" ,'', 'no');
    286282        add_option("oqey_upload_height", "1280" ,'', 'no');
    287283        add_option("oqey_upload_quality", "90" ,'', 'no');
    288     }
    289    
     284   
     285    }
     286   
    290287  /*Scan server fo the mp3 files*/
    291288  $ext        = array('mp3' );
Note: See TracChangeset for help on using the changeset viewer.