mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
3rd release
This commit is contained in:
@@ -20,7 +20,8 @@ class TestUDF extends VileSci_Controller
|
||||
$data = array (
|
||||
'schema' => 'public',
|
||||
'table' => 'tbl_person',
|
||||
'field' => 'schuhgroesse'
|
||||
'field' => 'schuhgroesse',
|
||||
'selected' => array(1, 2)
|
||||
);
|
||||
|
||||
$this->load->view('system/testudf', $data);
|
||||
|
||||
Reference in New Issue
Block a user