mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Define "Packages.SubmitterUID" and "Packages.MaintainerUID" as "NULL".
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
84c2491e63
commit
1e3fa38de5
8 changed files with 20 additions and 10 deletions
|
@ -35,7 +35,7 @@ if ($row["OutOfDateTS"] === NULL) {
|
|||
echo " value='".__("UnFlag Out-of-date")."'>\n";
|
||||
}
|
||||
|
||||
if ($row["MaintainerUID"] == 0) {
|
||||
if ($row["MaintainerUID"] === NULL) {
|
||||
echo "<input type='submit' class='button' name='do_Adopt'";
|
||||
echo " value='".__("Adopt Packages")."'>\n";
|
||||
} else if ($uid == $row["MaintainerUID"] ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue