Fix Bug 275684, Non-empowered user can edit info on other items.

git-svn-id: svn://10.0.0.236/trunk@166957 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
psychoticwolf%carolina.rr.com
2004-12-22 16:14:05 +00:00
parent 213d244ab3
commit 406c9bec81
6 changed files with 63 additions and 2 deletions

View File

@@ -16,6 +16,11 @@ if ($_SESSION["level"] !=="admin" and $_SESSION["level"] !=="editor") {
<TITLE>Mozilla Update :: Developer Control Panel :: Comments Manager</TITLE>
<?php
include"$page_header";
if ($function=="flaggedcomments") {
$skipcomments = true;
}
include"inc_sidebar.php";
?>
<?php