diff options
author | Callan Barrett <wizzomafizzo@gmail.com> | 2008-03-26 14:52:15 +0100 |
---|---|---|
committer | Simo Leone <simo@archlinux.org> | 2008-03-27 08:34:35 +0100 |
commit | 04dae8d94f846fe5b82d9261405cbc56a736ded3 (patch) | |
tree | 81bcb230c5f0eb0cb92586541ede7d6bca00ab2c /web/lib | |
parent | 7d7ef9b112d92a3515aa042181eee08a752a086e (diff) | |
download | aur-04dae8d94f846fe5b82d9261405cbc56a736ded3.tar.gz aur-04dae8d94f846fe5b82d9261405cbc56a736ded3.tar.xz |
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>
Diffstat (limited to 'web/lib')
-rw-r--r-- | web/lib/pkgfuncs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index 48d5239c..1feceb66 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -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"; } |