Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
interface/lib/classes/searchform.inc.php
@@ -45,7 +45,7 @@
        if(!is_file($file)){
            die("List-Definition: $file not found.");
        }
        include_once($file);
      include_once $file;
        $this->listDef = $liste;
        $this->module = $module;
      
@@ -65,6 +65,7 @@
    * @param record = Dataset as array
    * @return key => value array for the value field of a form
    */
    public function getDatasourceData($field)
    {
@@ -342,6 +343,7 @@
        }
        return $record;
    }
}
?>