From cd14965287d4478b6f63d052bdfc756f01d23ccf Mon Sep 17 00:00:00 2001
From: latham <latham@ispconfig3>
Date: Fri, 27 May 2011 16:18:51 -0400
Subject: [PATCH] remove local settings file. New config system that Till noted in the Coding Notes is replacing this.
---
interface/web/sites/list/shell_user.list.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/interface/web/sites/list/shell_user.list.php b/interface/web/sites/list/shell_user.list.php
index a1b0576..440bdcc 100644
--- a/interface/web/sites/list/shell_user.list.php
+++ b/interface/web/sites/list/shell_user.list.php
@@ -75,9 +75,9 @@
$liste["item"][] = array( 'field' => "parent_domain_id",
'datatype' => "VARCHAR",
'formtype' => "SELECT",
- 'op' => "like",
- 'prefix' => "%",
- 'suffix' => "%",
+ 'op' => "=",
+ 'prefix' => "",
+ 'suffix' => "",
'datasource' => array ( 'type' => 'SQL',
'querystring' => "SELECT domain_id,domain FROM web_domain WHERE type = 'vhost' AND {AUTHSQL} ORDER BY domain",
'keyfield'=> 'domain_id',
--
Gitblit v1.9.1