From a54ca6bfaf72832e0ca98278c037b7a1bc75fa16 Mon Sep 17 00:00:00 2001 From: eric Date: Tue, 25 Jan 2005 22:52:32 +0000 Subject: started working on package delete support --- web/lib/acctfuncs.inc | 2 +- web/lib/config.inc.proto | 2 ++ web/lib/pkgfuncs.inc | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) (limited to 'web/lib') diff --git a/web/lib/acctfuncs.inc b/web/lib/acctfuncs.inc index e56ceeb..52d69c6 100644 --- a/web/lib/acctfuncs.inc +++ b/web/lib/acctfuncs.inc @@ -265,7 +265,7 @@ function process_account_form($UTYPE,$TYPE,$A,$U="",$T="",$S="",$E="", if (!$result) { print __("Error trying to create account, %h%s%h: %s.", array("", $U, "", mysql_error($dbh))); - } else { + } else { # account created/modified, tell them so. # print __("The account, %h%s%h, has been successfully created.", diff --git a/web/lib/config.inc.proto b/web/lib/config.inc.proto index 673a896..d530fd7 100644 --- a/web/lib/config.inc.proto +++ b/web/lib/config.inc.proto @@ -3,4 +3,6 @@ $UPLOAD_DIR = "/aur/temp/"; $INCOMING_DIR = "/aur/incoming/"; $URL_DIR = "/packages/"; + +# vim: ts=2 sw=2 noet ft=php ?> diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index 2a6fda2..da948fd 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -576,6 +576,9 @@ function pkg_search_page($SID="") { print " "; print "\n"; + #print " "; + #print "\n"; print " "; print "\n"; -- cgit v1.2.3-54-g00ecf