XPressME Integration Kit

Trac


Ignore:
Timestamp:
Oct 22, 2009, 9:54:26 PM (15 years ago)
Author:
toemon
Message:

user_sync_xoops.phpの WPMU対応 Fixed #233
wp-content/plugins/xpressme/include/user_sync_xoops.phpにおいて
get_default_capabillities() 
repair_user_meta_prefix()
ブログ毎にoptionsテーブルをもつWPMUに対応していないバグ修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/include/general_functions.php

    r415 r417  
    136136                                } 
    137137                        } else { // load XPressME or not Load XOOPS 
    138                                 $table_list = $xoops_db->get_results($sql); 
     138                                $rows = $xoops_db->get_results($sql, ARRAY_N); 
     139                                foreach ($rows as $row){ 
     140                                        $table_list[] = $row[0]; 
     141                                } 
    139142                        }                        
    140143                } 
Note: See TracChangeset for help on using the changeset viewer.