Fix: fetch_client is deprecated

This commit is contained in:
Regis Houssin
2010-08-06 13:56:25 +00:00
parent 8e57affa6e
commit aa62559812
35 changed files with 66 additions and 75 deletions

View File

@@ -453,15 +453,6 @@ class CommonObject
return $result;
}
/**
* @deprecated Replaced by fetch_thirdparty
* Kept for backward compatibility
*/
function fetch_client()
{
return $this->fetch_thirdparty();
}
/**
* \brief Charge le projet d'id $this->fk_project dans this->projet
* \return int <0 if KO, >=0 if OK