Changeset 46114
- Timestamp:
- 05/16/08 02:10:56 (2 months ago)
- Files:
-
- bsuite/trunk/bsuite.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bsuite/trunk/bsuite.php
r46112 r46114 2043 2043 global $wpdb, $bsuite; 2044 2044 2045 $this->createtables();2046 $this->cron_register();2047 2048 2045 update_option('bsuite_doing_migration', time() + 300 ); 2049 2046 … … 2057 2054 function optionspage() { 2058 2055 global $wpdb; 2059 2060 $this->createtables();2061 $this->cron_register();2062 2056 2063 2057 //require(ABSPATH . PLUGINDIR .'/'. plugin_basename(dirname(__FILE__)) .'/core_admin.php');
