XPressME Integration Kit

Trac


Ignore:
Timestamp:
Oct 21, 2009, 8:24:59 PM (15 years ago)
Author:
toemon
Message:

WPMU使用時 XOOPS側からのサーチインターフェース(include/search.php)が存在しないテーブルを対象としてしまうバグを修正 Fixes #227

File:
1 edited

Legend:

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

    r414 r415  
    120120 
    121121// Get Multi Blog table list for WordPressMU  
    122 if (!function_exists('get_multi_table_list')){ 
     122if (!function_exists('get_table_list')){ 
    123123        function get_table_list($wp_prefix = '',$table_name = ''){ 
    124124                global $xoopsDB,$xoops_db; 
Note: See TracChangeset for help on using the changeset viewer.