Added missing function comment
This commit is contained in:
parent
11dc75686f
commit
a40286f2fc
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user