XPressME Integration Kit

Trac


Ignore:
Timestamp:
Nov 20, 2009, 2:52:16 PM (14 years ago)
Author:
toemon
Message:

MUブランチにVer2.2.0RC1の変更内容をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/XPressMU/xpressme_integration_kit/xoops_version.php

    r425 r451  
    4747 
    4848// status 
    49 $modversion['codename'] = "Bata2(r425)"; 
     49$modversion['codename'] = "RC1"; 
    5050 
    5151// onInstall, onUpdate, onUninstall 
     
    144144        'edit_func'     => "b_". $mydirname . "_content_edit" , 
    145145        'template'              => '' , 
    146         'options'               => $mydirname. '||0|0|10|0|100||||0' , 
     146        'options'               => $mydirname. '||10|0|100||||0|0|0' , 
    147147        'can_clone'             => true , 
    148148        'func_num'              => $b_no, 
     
    291291                'show_func'     => "b_". $mydirname . "_widget_show" , 
    292292                'edit_func'     => "b_". $mydirname . "_widget_edit" , 
    293                 'options'               => $mydirname. '||1' , 
     293                'options'               => $mydirname. '||1|' , 
    294294                'can_clone'             => true , 
    295295                'func_num'              => $b_no,        
Note: See TracChangeset for help on using the changeset viewer.