diff --git a/htdocs/user.class.php3 b/htdocs/user.class.php3 index f0ec42abf85..1f56b32a1f0 100644 --- a/htdocs/user.class.php3 +++ b/htdocs/user.class.php3 @@ -1,9 +1,6 @@ * - * $Id$ - * $Source$ - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -18,6 +15,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * $Id$ + * $Source$ */ class User { @@ -99,8 +98,6 @@ class User { print $this->db->error(); } } - - /* * * @@ -147,14 +144,6 @@ class User { } } } - /* - * - * - */ - Function error() - { - return $this->errorstr; - } /* * Change le mot de passe et l'envoie par mail * @@ -189,15 +178,16 @@ class User { } } /* - * + * Renvoie la chaîne de caractère décrivant l'erreur * * */ + Function error() + { + return $this->errorstr; + } } -/* - * $Id$ - * $Source$ - */ + ?>