From 9a63318da16fecd56dbd9fb75fae75f91c2bb23a Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Fri, 17 Feb 2012 04:06:34 -0500 Subject: [PATCH] Removed -n switch from mpt-status command to get a cleaner output of the raid state in monitor. --- interface/web/mail/list/mail_forward.list.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/mail/list/mail_forward.list.php b/interface/web/mail/list/mail_forward.list.php index d68d35e..6f1e230 100644 --- a/interface/web/mail/list/mail_forward.list.php +++ b/interface/web/mail/list/mail_forward.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"] = "mail_forward_list.php"; -- Gitblit v1.9.1