This commit is contained in:
Rodolphe Quiedeville 2004-05-05 12:44:01 +00:00
parent b9d2d2b184
commit fda8ec8094

View File

@ -74,6 +74,7 @@ class Contact
*/
Function update($id, $user=0)
{
$this->id = $id;
$this->error = array();
$this->email = trim($this->email);