From 4e43a84d8c72eb9ac08561a93093c869a8bafb63 Mon Sep 17 00:00:00 2001
From: florian030 <florian@schaal-24.de>
Date: Thu, 20 Feb 2014 11:05:45 -0500
Subject: [PATCH] forgot the sql-incremental-file for mysql-quota

---
 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 6fd72e2..356d28c 100644
--- a/interface/web/mail/mail_user_stats.php
+++ b/interface/web/mail/mail_user_stats.php
@@ -65,7 +65,7 @@
 		return $rec;
 	}
 
-	function getQueryString() {
+	function getQueryString($no_limit = false) {
 		global $app;
 		$sql_where = '';
 

--
Gitblit v1.9.1