From c1fcaed2ee8f05a5030fe4e8e211ca4eae7a9489 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Tue, 11 Jun 2013 11:44:57 -0400 Subject: [PATCH] - Fixed FS#2921 - RBL list field in server config can not be empty. --- interface/web/mail/list/mail_user_stats.list.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/interface/web/mail/list/mail_user_stats.list.php b/interface/web/mail/list/mail_user_stats.list.php index 8705def..aa14431 100644 --- a/interface/web/mail/list/mail_user_stats.list.php +++ b/interface/web/mail/list/mail_user_stats.list.php @@ -49,6 +49,9 @@ $liste["item"][] = array( 'field' => "email", 'datatype' => "VARCHAR", + 'filters' => array( 0 => array( 'event' => 'SHOW', + 'type' => 'IDNTOUTF8') + ), 'formtype' => "TEXT", 'op' => "like", 'prefix' => "%", -- Gitblit v1.9.1