From 04dae8d94f846fe5b82d9261405cbc56a736ded3 Mon Sep 17 00:00:00 2001 From: Callan Barrett Date: Wed, 26 Mar 2008 22:52:15 +0900 Subject: 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 Signed-off-by: Simo Leone --- web/lib/pkgfuncs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/lib/pkgfuncs.inc') 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 "\n"; } -- cgit v1.2.3-24-g4f1b