Fix: Project id was not read correctly

This commit is contained in:
Laurent Destailleur
2010-02-27 13:44:51 +00:00
parent 8f5b925603
commit b02fcaf835
2 changed files with 2 additions and 1 deletions

View File

@@ -524,6 +524,7 @@ class CommonObject
dol_syslog("CommonObject::setProject sql=".$sql);
if ($this->db->query($sql))
{
$this->project_id=$projid;
$this->projet_id=$projid;
$this->projetidp=$projid;
return 1;