Changeset 1423 in ExiteCMS for trunk/administration/settings_forum.php


Ignore:
Timestamp:
05/30/08 22:22:53 (4 years ago)
Author:
hverton
Message:

Added a config value to define a forum post edit timeout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/settings_forum.php

    r1222 r1423  
    3838    $result = dbquery("UPDATE ".$db_prefix."configuration SET cfg_value = '".(isNum($_POST['thread_notify']) ? $_POST['thread_notify'] : "0")."' WHERE cfg_name = 'thread_notify'"); 
    3939    $result = dbquery("UPDATE ".$db_prefix."configuration SET cfg_value = '".(isNum($_POST['unread_threshold']) ? $_POST['unread_threshold'] : "0")."' WHERE cfg_name = 'unread_threshold'"); 
     40    $result = dbquery("UPDATE ".$db_prefix."configuration SET cfg_value = '".(isNum($_POST['forum_edit_timeout']) ? $_POST['forum_edit_timeout'] : "0")."' WHERE cfg_name = 'forum_edit_timeout'"); 
    4041} 
    4142 
Note: See TracChangeset for help on using the changeset viewer.