Skip to content
Snippets Groups Projects
Commit c0d6a5fb authored by tbrehm's avatar tbrehm
Browse files

Fixed: FS#1095 - Client/Web ID filter broken.

parent 770b83bc
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,15 @@ $liste["auth"] = "yes"; ...@@ -47,6 +47,15 @@ $liste["auth"] = "yes";
* Suchfelder * Suchfelder
*****************************************************/ *****************************************************/
$liste["item"][] = array( 'field' => "domain_id",
'datatype' => "INTEGER",
'formtype' => "TEXT",
'op' => "=",
'prefix' => "",
'suffix' => "",
'width' => "",
'value' => "");
$liste["item"][] = array( 'field' => "active", $liste["item"][] = array( 'field' => "active",
'datatype' => "VARCHAR", 'datatype' => "VARCHAR",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment