XPressME Integration Kit

Trac

Changeset 86


Ignore:
Timestamp:
Feb 2, 2009, 10:26:14 PM (15 years ago)
Author:
toemon
Message:

bump 0.03

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/plugins/xpressme/include/pluggable-override.php

    r84 r86  
    6565                                        include_once dirname( __FILE__ ).'/user_sync_xoops.php'; 
    6666                                        $messege = ''; 
    67                                         $ret = xpress_user_sync($GLOBALS["xoopsUser"]->getVar("uid"),$messege); 
     67                                        $ret = user_sync_to_wordpress($GLOBALS["xoopsUser"]->getVar("uid"),$messege); 
    6868                                        if ($ret){ 
    6969                                                $user = new WP_User(0, $u_name); 
  • trunk/xoops_version.php

    r76 r86  
    3131$modversion['name'] = ucfirst($mydirname) . ' ' . constant('_MI_XPRESS_NAME') ; 
    3232$modversion['description'] = constant( '_MI_XPRESS_DESC'); 
    33 $modversion['version'] = "0.02"; 
     33$modversion['version'] = "0.03"; 
    3434$modversion['credits'] = "Wordpress DEV (http://wordpress.org/) XPressME DEV Toemon) (http://www.toemon.com) ;"; 
    3535$modversion['author'] = "toemon (http://www.toemon.com)"; 
Note: See TracChangeset for help on using the changeset viewer.