Ajout d'un champs dans le fetch

This commit is contained in:
Rodolphe Quiedeville 2003-03-23 14:47:25 +00:00
parent 6bbc85a427
commit 3207ac07ab

View File

@ -94,6 +94,7 @@ class User {
$this->pass = $obj->pass;
$this->webcal_login = $obj->webcal_login;
$this->societe_id = $obj->fk_societe;
}
$this->db->free();