Plugin Directory

Changeset 608675


Ignore:
Timestamp:
10/05/2012 08:10:06 PM (13 years ago)
Author:
whatwouldjessedo
Message:

updating v3.1 with activate_loop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • simple-retail-menus/trunk/simple-retail-menus.php

    r608664 r608675  
    107107    $jsrm_item_table = $wpdb->prefix . "jsrm_items";
    108108   
    109     add_option('jsrm_db_version', '1','','no');
    110    
    111109    require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
    112110   
     
    193191    $dbversion = get_option( 'jsrm_db_version', '1' );
    194192    if ($dbversion != JSRM_DB_VERSION){
    195         jsrm_update_db_tables();
     193        jsrm_activate_loop();
    196194    }
    197195}
Note: See TracChangeset for help on using the changeset viewer.