diff --git a/fpw.php b/fpw.php
index f377d5402..091b18df9 100644
--- a/fpw.php
+++ b/fpw.php
@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/fpw.php,v $
-| $Revision: 1.1.1.1 $
-| $Date: 2006-12-02 04:33:05 $
-| $Author: mcfly_e107 $
+| $Revision: 1.2 $
+| $Date: 2007-01-17 13:38:24 $
+| $Author: mrpete $
+----------------------------------------------------------------------------+
*/
require_once("class2.php");
@@ -81,7 +81,7 @@ if (e_QUERY) {
cookie($pref['cookie_name'], "", (time()-2592000));
$_SESSION[$pref['cookie_name']] = "";
- $txt = LAN_FPW8." {$username} ".LAN_FPW9." {$newpw}
".LAN_FPW10." ".LAN_FPW11." ".LAN_FPW12;
+ $txt = LAN_FPW8." {$username} ".LAN_FPW9." {$newpw}
".LAN_FPW10." ".LAN_FPW11." ".LAN_FPW12;
fpw_error($txt);
} else {