Index: config.html
===================================================================
RCS file: /cvsroot/moodle/moodle/mod/forum/config.html,v
retrieving revision 1.14
diff -c -r1.14 config.html
*** config.html	20 Apr 2007 07:54:47 -0000	1.14
--- config.html	12 Jun 2007 15:00:26 -0000
***************
*** 170,175 ****
--- 170,192 ----
      </td>
  </tr>
  
+ <tr valign="top">
+         <td align="right">forum_enabletimedposts:</td>
+         <td>
+     <?php
+        unset($options);
+        $options[0] = get_string("no");
+        $options[1] = get_string("yes");
+        choose_from_menu ($options, "forum_enabletimedposts", $CFG->forum_enabletimedposts, "", "", "");
+     ?>
+     </td>
+     <td>
+     <?php 
+         print_string("configenabletimedposts","forum");
+     ?>
+     </td>
+ </tr>
+ 
  <tr>
      <td colspan="3" align="center">
      <input type="submit" value="<?php print_string("savechanges") ?>" /></td>
