From ae1c424c95f7912351f776096205e2a7b0b8952c Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Sun, 21 Dec 2008 12:26:46 -0500 Subject: Really make all web paths relative. I forgot about the forms. Signed-off-by: Loui Chang Signed-off-by: Callan Barrett --- web/lib/acctfuncs.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'web/lib') diff --git a/web/lib/acctfuncs.inc b/web/lib/acctfuncs.inc index 959ae4af..1ee2d9e8 100644 --- a/web/lib/acctfuncs.inc +++ b/web/lib/acctfuncs.inc @@ -21,7 +21,7 @@ function display_account_form($UTYPE,$A,$U="",$T="",$S="", global $SUPPORTED_LANGS; - print "
\n"; + print "\n"; print "\n"; if ($UID) { print "\n"; @@ -491,7 +491,7 @@ function search_results_page($UTYPE,$O=0,$SB="",$U="",$T="", # print " "; } else { - $edit_url = "/account.php?Action=DisplayAccount&ID=".$row["ID"]; + $edit_url = "account.php?Action=DisplayAccount&ID=".$row["ID"]; print ""; print "Edit"; } @@ -503,7 +503,7 @@ function search_results_page($UTYPE,$O=0,$SB="",$U="",$T="", print ""; print ""; - print "\n"; + print "\n"; print "\n"; print "\n"; @@ -517,7 +517,7 @@ function search_results_page($UTYPE,$O=0,$SB="",$U="",$T="", print "
\n"; print ""; print ""; - print "
\n"; + print "\n"; print "\n"; print "\n"; -- cgit v1.2.3-24-g4f1b