- Timestamp:
- Jan 31, 2009, 9:58:35 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 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 -
trunk/wp-content/plugins/xpressme/xpressme.php
r75 r78 17 17 18 18 $XPressME = new XPressME_Class(); 19 if ( !is_admin_page_call()){19 if (is_xpress_index_page_call()){ 20 20 require_once dirname( __FILE__ ).'/include/pluggable-override.php' ; 21 21 }
Note: See TracChangeset
for help on using the changeset viewer.