diff options
Diffstat (limited to 'changepassword.cgi')
-rwxr-xr-x | changepassword.cgi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/changepassword.cgi b/changepassword.cgi index 4a12b67f5..da9429b8a 100755 --- a/changepassword.cgi +++ b/changepassword.cgi @@ -124,9 +124,8 @@ SendSQL("update profiles set emailnotification='$::FORM{'emailnotification'}' wh PutHeader("Preferences updated."); - - print " Your preferences have been updated. -<p> -<a href=query.cgi>Back to query page.</a>\n"; +<p>"; +navigation_header(); + |