XPressME Integration Kit

Trac


Ignore:
Timestamp:
Apr 8, 2009, 6:46:06 PM (15 years ago)
Author:
toemon
Message:

Bump Ver0.29 #92 の修正がうまくいっていなかったので再修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/class/config_from_xoops.class.php

    r159 r167  
    5656                if(file_exists($this->xoops_mainfile_path)){ 
    5757                        $array_file = file($this->xoops_mainfile_path); 
    58                         $pattern = '^\s*define\s*\(\s*(\'[^\']+\'|"[^"]+")\s*,\s*(\'.*\'|".*"|[^\'"]*)\s*\)\s*;'; 
     58                        $pattern = '^\s*define\s*\(\s*(\'[^\']+\'|"[^"]+")\s*,\s*([^\s]+.*)\s*\)\s*;'; 
    5959                        $impress_include_pattern = '^\s*(include_once|include)\s*\(\s*XOOPS_TRUST_PATH\s*.\s*[\'"]([^\'"]+)[\'"]\s*\)'; 
    6060                        for ($i = 0 ; $i <count($array_file) ; $i++){ 
Note: See TracChangeset for help on using the changeset viewer.