*** empty log message ***
This commit is contained in:
parent
b38a7701c5
commit
fa9009aa5e
@ -1,9 +1,6 @@
|
||||
<?PHP
|
||||
/* Copyright (c) 2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
*
|
||||
* $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$
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user