From baa7f2736bc91ca3feaed685e8a67a46db4fbb98 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Mon, 17 Feb 2014 05:02:38 -0500
Subject: [PATCH] Fixed vhostsubdomain not empty regex check to allow 1 char subdomains.

---
 interface/web/mail/mail_user_stats.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/web/mail/mail_user_stats.php b/interface/web/mail/mail_user_stats.php
index e922e3d..c57097f 100644
--- a/interface/web/mail/mail_user_stats.php
+++ b/interface/web/mail/mail_user_stats.php
@@ -55,7 +55,7 @@
 		return $rec;
 	}
 
-	function getQueryString() {
+	function getQueryString($no_limit = false) {
 		global $app;
 		$sql_where = '';
 

--
Gitblit v1.9.1