XPressME Integration Kit

Trac

Changeset 844


Ignore:
Timestamp:
Nov 2, 2013, 9:01:42 AM (10 years ago)
Author:
toemon
Message:

データベースが大文字小文字を区別しない環境での問題修正 Fixed#428

File:
1 edited

Legend:

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

    r583 r844  
    127127                                if($result = $xoopsDB->queryF($sql)){ 
    128128                                        while($row = $xoopsDB->fetchRow($result)){ 
    129                                                 if(preg_match('/' . $pattern . '/' , $row[0])){ 
     129                                                if(preg_match('/' . $pattern . '/i' , $row[0])){ 
    130130                                                        $table_list[] = $row[0]; 
    131131                                                } 
Note: See TracChangeset for help on using the changeset viewer.