Added missing function comment

This commit is contained in:
Marcos García de La Fuente 2014-01-04 17:17:25 +01:00
parent 11dc75686f
commit a40286f2fc

View File

@ -485,6 +485,9 @@ class Opensurveysondage extends CommonObject
return true;
}
/**
* Cleans all the class variables before doing an update or an insert
*/
private function cleanParameters() {
$this->id_sondage = trim($this->id_sondage);