From a40286f2fcc693a500ed855a8e473621e818dfb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a=20de=20La=20Fuente?= Date: Sat, 4 Jan 2014 17:17:25 +0100 Subject: [PATCH] Added missing function comment --- htdocs/opensurvey/class/opensurveysondage.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/opensurvey/class/opensurveysondage.class.php b/htdocs/opensurvey/class/opensurveysondage.class.php index 80bb57dddfa..7a7f9e8530a 100644 --- a/htdocs/opensurvey/class/opensurveysondage.class.php +++ b/htdocs/opensurvey/class/opensurveysondage.class.php @@ -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);