summaryrefslogtreecommitdiffstats
path: root/web/lib/pkgfuncs.inc
diff options
context:
space:
mode:
authorpjmattal <pjmattal>2005-02-02 06:19:08 +0100
committerpjmattal <pjmattal>2005-02-02 06:19:08 +0100
commit7ca7f7a584406f8ea4d93a0d10524e35b7a1dc07 (patch)
tree1534bc6ef1dc9966726a6a2a407c9a33fbc00d4e /web/lib/pkgfuncs.inc
parente0b54676c7c9d6229e8ed8147a885d13e1f35571 (diff)
downloadaur-7ca7f7a584406f8ea4d93a0d10524e35b7a1dc07.tar.gz
aur-7ca7f7a584406f8ea4d93a0d10524e35b7a1dc07.tar.xz
first working delete
testing is not FULLY done, but it's fairly good
Diffstat (limited to 'web/lib/pkgfuncs.inc')
-rw-r--r--web/lib/pkgfuncs.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc
index da948fd4..4c21702b 100644
--- a/web/lib/pkgfuncs.inc
+++ b/web/lib/pkgfuncs.inc
@@ -576,9 +576,9 @@ function pkg_search_page($SID="") {
print " <td align='center'>";
print "<input type='submit' class='button' name='do_Disown'";
print " value='".__("Disown Packages")."'></td>\n";
- #print " <td align='center'>";
- #print "<input type='submit' class='button' name='do_Delete'";
- #print " value='".__("Delete Packages")."'></td>\n";
+ print " <td align='center'>";
+ print "<input type='submit' class='button' name='do_Delete'";
+ print " value='".__("Delete Packages")."'></td>\n";
print " <td align='center'>";
print "<input type='submit' class='button' name='do_Vote'";
print " value='".__("Vote")."'></td>\n";