diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2007-03-02 21:58:29 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2007-03-02 21:58:29 +0100 |
| commit | e6312f6c977eb1a9572f12ed3868055b3a79cdfc (patch) | |
| tree | 831279354f1887d69398ce0437c387b92e20098f /modules/pref-prefs.php | |
| parent | d95bd220320efac33a699ea8c5c32e2f4fd51e40 (diff) | |
fix form autosubmit problem
Diffstat (limited to 'modules/pref-prefs.php')
| -rw-r--r-- | modules/pref-prefs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php index 66201f8b0..2185646af 100644 --- a/modules/pref-prefs.php +++ b/modules/pref-prefs.php @@ -227,7 +227,7 @@ print "</form>"; - print "<form action=\"backend.php\" method=\"POST\" + print "<form onsubmit=\"return false\" name=\"change_pass_form\" id=\"change_pass_form\">"; print "<table width=\"100%\" class=\"prefPrefsList\">"; |