XPressME Integration Kit

Trac

Changeset 167


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

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

Location:
trunk
Files:
2 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++){ 
  • trunk/xoops_version.php

    r165 r167  
    3131$modversion['name'] = ucfirst($mydirname) . ' ' . constant('_MI_XPRESS_NAME') ; 
    3232$modversion['description'] = constant( '_MI_XPRESS_DESC'); 
    33 $modversion['version'] = "0.28"; 
     33$modversion['version'] = "0.29"; 
    3434$modversion['credits'] = "Wordpress DEV (http://wordpress.org/) XPressME DEV Toemon) (http://www.toemon.com) ;"; 
    3535$modversion['author'] = "toemon (http://www.toemon.com)"; 
     
    4040 
    4141// status 
    42 $modversion['codename'] = "r165"; 
     42$modversion['codename'] = "r167"; 
    4343 
    4444// onInstall, onUpdate, onUninstall 
Note: See TracChangeset for help on using the changeset viewer.