mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Remove references to AURMaintainerUID
This (should) get rid of anything to do with the unused column AURMaintainerUID in the scripts and schema files Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by: Simo Leone <simo@archlinux.org>
This commit is contained in:
parent
7d7ef9b112
commit
04dae8d94f
5 changed files with 81 additions and 115 deletions
|
@ -500,7 +500,7 @@ function package_details($id=0, $SID="") {
|
|||
echo " value='".__("Unflag Out-of-date")."'>\n";
|
||||
}
|
||||
|
||||
if ($row["AURMaintainerUID"] == 0 && $row["MaintainerUID"] == 0) {
|
||||
if ($row["MaintainerUID"] == 0) {
|
||||
echo "<input type='submit' class='button' name='do_Adopt'";
|
||||
echo " value='".__("Adopt Packages")."'>\n";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue