Changeset 46114

Show
Ignore:
Timestamp:
05/16/08 02:10:56 (2 months ago)
Author:
misterbisson
Message:

alpha

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bsuite/trunk/bsuite.php

    r46112 r46114  
    20432043            global $wpdb, $bsuite; 
    20442044 
    2045             $this->createtables(); 
    2046             $this->cron_register(); 
    2047  
    20482045            update_option('bsuite_doing_migration', time() + 300 ); 
    20492046 
     
    20572054      function optionspage() { 
    20582055            global $wpdb; 
    2059  
    2060             $this->createtables(); 
    2061             $this->cron_register(); 
    20622056 
    20632057            //require(ABSPATH . PLUGINDIR .'/'. plugin_basename(dirname(__FILE__)) .'/core_admin.php');