From b12bcd88d2fbcd0ded3e0abdb1791458c394a352 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 26 May 2010 09:20:12 -0400
Subject: [PATCH] Merged revisions 1739-1740,1756,1759,1765-1767,1769 from trunk.
---
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