Added notifications to import.
[timetracker.git] / WEB-INF / lib / form / ActionForm.class.php
index edc1570..97c9219 100644 (file)
@@ -99,17 +99,7 @@ class ActionForm {
                $this->mInitForm = true;
         }
     }
-    
-    /**
-     * Init custom variables
-     *
-     * @param unknown $request
-     * @param unknown $respons
-     */
-    function initVariables(&$request, &$respons) {
-       
-    }
-    
+
     function setVariablesNames($namelist) {
         $this->mVariables = $namelist;
     }
@@ -186,7 +176,7 @@ class ActionForm {
                        import('form.'.$ref_el["class"]);
                        $class_name = $ref_el["class"];
                        $el = new $class_name($ref_el["name"]);
-                       if (isset($GLOBALS["I18N"])) $el->localize($GLOBALS["I18N"]);
+                        $el->localize();
                        $el->setValueSafe(@$_SESSION[$this->mSessionCell . "_" .$el->getName()]);
                        
                                if ($this->mForm && !isset($this->mForm->elements[$ref_el["name"]])) {