diff options
author | eric <eric> | 2005-03-06 21:44:56 +0000 |
---|---|---|
committer | eric <eric> | 2005-03-06 21:44:56 +0000 |
commit | e3587ddf94ba742beabdaa8a68023f8ee0234b58 (patch) | |
tree | c5b579f1b92b8fd20453fb348f0bb240832ec8c8 /web/html/packages.php | |
parent | aae43d9ad6fc83d04a4975f27392c1422dfa0ec4 (diff) | |
download | aurweb-e3587ddf94ba742beabdaa8a68023f8ee0234b58.tar.xz |
started working on pkgedit for comments
Diffstat (limited to 'web/html/packages.php')
-rw-r--r-- | web/html/packages.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/web/html/packages.php b/web/html/packages.php index 823a4ca..a211b34 100644 --- a/web/html/packages.php +++ b/web/html/packages.php @@ -133,7 +133,6 @@ if (isset($_REQUEST["do_Flag"])) { $disown .= ", ".$pid; } } - $atype = account_from_sid($_COOKIE["AURSID"]); if ($atype == "Trusted User" || $atype == "Developer") { $field = "AURMaintainerUID"; } elseif ($atype == "User") { @@ -185,7 +184,6 @@ if (isset($_REQUEST["do_Flag"])) { $delete .= ", ".$pid; } } - $atype = account_from_sid($_COOKIE["AURSID"]); if ($atype == "Trusted User" || $atype == "Developer") { $field = "AURMaintainerUID"; } elseif ($atype == "User") { @@ -282,7 +280,6 @@ if (isset($_REQUEST["do_Flag"])) { $adopt .= ", ".$pid; } } - $atype = account_from_sid($_COOKIE["AURSID"]); if ($atype == "Trusted User" || $atype == "Developer") { $field = "AURMaintainerUID"; } elseif ($atype == "User") { |