fixed config bugs in rest client

This commit is contained in:
Stefan Puraner
2016-04-05 11:35:06 +02:00
parent 3c1bcfa999
commit bc427f7d2b
1129 changed files with 15 additions and 180436 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class Person_model extends DB_Model
{
if (is_null($person_id))
{
$query = $this->db->get_where('public.tbl_person', array('vorname' => 'Christian'));
$query = $this->db->get_where('public.tbl_person', array());
return $query->result_object();
}