From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Mon, 14 Oct 2013 08:57:25 -0400
Subject: [PATCH] Added missing empty directories from svn import

---
 interface/web/sites/list/cron.list.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/interface/web/sites/list/cron.list.php b/interface/web/sites/list/cron.list.php
index dfa2d4b..7275a06 100644
--- a/interface/web/sites/list/cron.list.php
+++ b/interface/web/sites/list/cron.list.php
@@ -25,7 +25,7 @@
 $liste["search_prefix"] 	= "search_";
 
 // Records per page
-$liste["records_per_page"] 	= 15;
+$liste["records_per_page"] 	= "15";
 
 // Script File of the list
 $liste["file"]				= "cron_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