Ignore:
Timestamp:
02/12/08 00:28:01 (4 years ago)
Author:
hverton
Message:

update to allow the new forum_links config value to be set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/wiki/php-files/modules/wiki/wiki_admin.php

    r1223 r1268  
    3939    $result = dbquery("UPDATE ".$db_prefix."configuration SET cfg_value = '".stripinput($_POST['default_comment_acl'])."' WHERE cfg_name = 'wiki_default_comment_acl'"); 
    4040    $result = dbquery("UPDATE ".$db_prefix."configuration SET cfg_value = '".stripinput($_POST['admin_group'])."' WHERE cfg_name = 'wiki_admin_group'"); 
     41    $result = dbquery("UPDATE ".$db_prefix."configuration SET cfg_value = '".stripinput($_POST['forum_links'])."' WHERE cfg_name = 'wiki_forum_links'"); 
    4142    // if the name of the homepage has changed, update the wiki record 
    4243    if ($settings['wiki_root_page'] != stripinput($_POST['root_page'])) { 
Note: See TracChangeset for help on using the changeset viewer.