mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
started working on pkgedit for comments
This commit is contained in:
parent
aae43d9ad6
commit
e3587ddf94
8 changed files with 148 additions and 28 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue