Changeset 387 for trunk/xpressme_integration_kit/xoops_version.php
- Timestamp:
- Sep 26, 2009, 12:48:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/xoops_version.php
r385 r387 118 118 $modversion['templates'] = array() ; 119 119 120 if (defined('ICMS_ROOT_PATH')){ 121 $modversion['hasconfig'] = 1; 122 $modversion['config'][] = array( 123 'name' => 'dummy' , 124 'title' => 'Dummy Value' , 125 'description' => 'This is Dummy Value' , 126 'formtype' => 'yesno' , 127 'valuetype' => 'int' , 128 'default' => 0 , 129 ); 130 } 120 $modversion['hasconfig'] = 1; 121 $modversion['config'][] = array( 122 'name' => 'libxml_patch' , 123 'title' => '_MI_LIBXML_PATCH' , 124 'description' => '_MI_LIBXML_PATCH_DESC' , 125 'formtype' => 'yesno' , 126 'valuetype' => 'int' , 127 'default' => 0 , 128 ); 131 129 132 130 //BLOCKS
Note: See TracChangeset
for help on using the changeset viewer.