summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-01-05 16:42:59 +0100
committerAndrew Dolgov <[email protected]>2006-01-05 16:42:59 +0100
commita132b8b15f7aa4993b1b686b3b4e433a0a3276d0 (patch)
treeb97f36fcfba31dbd498d70a3ebee48223d8e9505 /backend.php
parente593ccd7983450b54b96eef9fb22723d02335a39 (diff)
password change form is functional now (closes #27)
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 6fdd3c8e5..e0141d7c8 100644
--- a/backend.php
+++ b/backend.php
@@ -3376,6 +3376,8 @@
print "<p><input class=\"button\" type=\"submit\"
value=\"Change e-mail\" name=\"subop\">";
+ print "</form>";
+
print "<form action=\"backend.php\" method=\"POST\">";
print "<table width=\"100%\" class=\"prefPrefsList\">";