tbrehm
2007-10-24 f629e20dfefd82a8da484e6d50d07975ffb34230
interface/web/help/support_message_list.php
@@ -6,8 +6,8 @@
$list_def_file = "list/support_message.list.php";
//* Check the module permissions
if(!stristr($_SESSION["s"]["user"]["modules"],'help')) {
   header("Location: ../index.php");
if(!stristr($_SESSION['s']['user']["modules"], 'help')) {
   header('Location: ../index.php');
   exit;
}