[svn r14292] avoid problems with an obsolete option : approval_direct_post

skala
Eric Marguin 18 years ago
parent 9f0e0c61a6
commit 97c139367a
  1. 1
      main/forum/forumfunction.inc.php

@ -1481,6 +1481,7 @@ function get_forum_information($forum_id)
AND forums.forum_id='".mysql_real_escape_string($forum_id)."'";
$result=api_sql_query($sql);
$row=mysql_fetch_array($result);
$row['approval_direct_post'] = 0; // we can't anymore change this option, so it should always be activated
return $row;
}

Loading…
Cancel
Save