From 1ff99ce512a7da86e0ad92d0c929f417a072f895 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 25 May 2003 11:32:36 +0000 Subject: [PATCH] fixed abort button --- lam/templates/profedit/profilemain.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/templates/profedit/profilemain.php b/lam/templates/profedit/profilemain.php index 22199d31..3530dacb 100644 --- a/lam/templates/profedit/profilemain.php +++ b/lam/templates/profedit/profilemain.php @@ -40,7 +40,7 @@ if (!$_SESSION['ldap'] || !$_SESSION['ldap']->server()) { if ($_POST['forward'] == "yes") { // on abort go back to main page if ($_POST['abort']) { - echo(""); + echo(""); } // on submit forward to other profile pages elseif ($_POST['submit']) {