From dba68fcdf2d3e25ad1f3301fcb128edfb3da745b Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 22 Sep 2011 08:14:04 -0400
Subject: [PATCH] Bugfixes in installer and apache plugin.

---
 interface/web/admin/list/remote_user.list.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/web/admin/list/remote_user.list.php b/interface/web/admin/list/remote_user.list.php
index 3636bef..f36af77 100644
--- a/interface/web/admin/list/remote_user.list.php
+++ b/interface/web/admin/list/remote_user.list.php
@@ -13,7 +13,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'] = 'remote_user_list.php';

--
Gitblit v1.9.1