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; } } ?>