Changeset 1261 in ExiteCMS for modules/common/wiki/php-files/modules/wiki/module_installer.php
- Timestamp:
- 02/11/08 20:41:46 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/wiki/php-files/modules/wiki/module_installer.php
r1250 r1261 20 20 $mod_title = "Wikka Wiki"; // title or name of this module 21 21 $mod_description = "ExiteCMS embedded implementation of Wikka Wakka Wiki v1.1.6.3"; // short description of it's purpose 22 $mod_version = "1.1. 0"; // module version number22 $mod_version = "1.1.1"; // module version number 23 23 $mod_developer = "WanWizard"; // author's name 24 24 $mod_email = "wanwizard@gmail.com"; … … 266 266 $mod_uninstall_cmds[] = array('type' => 'db', 'value' => "DELETE FROM ##PREFIX##configuration WHERE cfg_name = 'wiki_default_comment_acl'"); 267 267 $mod_uninstall_cmds[] = array('type' => 'db', 'value' => "DELETE FROM ##PREFIX##configuration WHERE cfg_name = 'wiki_admin_group'"); 268 $mod_uninstall_cmds[] = array('type' => 'db', 'value' => "DELETE FROM ##PREFIX##configuration WHERE cfg_name = 'wiki_forum_links'"); 268 269 269 270 // delete the user groups … … 334 335 $result = dbquery("INSERT INTO ".$db_prefix."configuration( cfg_name, cfg_value ) VALUES ('wiki_admin_group', 'G103')"); 335 336 } 337 $result = dbquery("INSERT INTO ".$db_prefix."configuration( cfg_name, cfg_value ) VALUES ('wiki_forum_links', '0')"); 336 338 } 337 339 } … … 408 410 409 411 case "1.1.0": 412 $result = dbquery("INSERT INTO ".$db_prefix."configuration( cfg_name, cfg_value ) VALUES ('wiki_forum_links', '0')"); 413 414 case "1.1.1": 410 415 411 416 default:
Note: See TracChangeset
for help on using the changeset viewer.
