Changeset 78 for trunk/include
- Timestamp:
- Jan 31, 2009, 9:58:35 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/oninstall.php
r77 r78 75 75 // update_option('upload_path', $module->getVar("dirname")); 76 76 77 /* activate the tagplugin */77 /* activate the XPressME plugin */ 78 78 $plugin_current = "xpressme/xpressme.php"; 79 79 update_option('active_plugins', array($plugin_current)); … … 85 85 $wpdb->query("ALTER TABLE $wpdb->posts CHANGE `post_author` `post_author` mediumint(8) NOT NULL DEFAULT '0'"); 86 86 $ID = is_object($GLOBALS["xoopsUser"])?$GLOBALS["xoopsUser"]->getVar("uid"):1; 87 require_once($mydirpath . '/include/user_sync.php'); 88 xpress_user_sync($ID); 87 // require_once($mydirpath . '/include/user_sync.php'); 88 $sync_messg = ''; 89 xpress_user_sync($ID,$sync_messg); //this function in XPressME plugin 89 90 90 91 // Set Default data
Note: See TracChangeset
for help on using the changeset viewer.