[svn r17017] changes in style - improvement forum functionality - see(FS#3249)

skala
Isaac Flores 16 years ago
parent d24b0ff1ce
commit 3ab4dce636
  1. 6
      main/forum/forumconfig.inc.php

@ -1,4 +1,4 @@
<?php
<?php // $Id: $
/**
* @todo use Database :: get_course_table
* @todo move the tool constants to the appropriate place
@ -53,6 +53,4 @@ $forum_setting['allow_sticky']=true;
// when this setting is true there will be a column that displays the latest post (date and poster) of the given forum. This requires quite some sql statements that
// might slow down the page with the fora.
// note: I'm currently investigating how it would be possible to increase the performance of this part.
$forum_setting['show_last_post']=false;
?>
$forum_setting['show_last_post']=false;
Loading…
Cancel
Save