From f66e40cacbb054857a223a9d1e178e64e5d4831c Mon Sep 17 00:00:00 2001
From: latham <latham@ispconfig3>
Date: Tue, 28 Jun 2011 21:09:22 +0000
Subject: [PATCH] Quote some vars

---
 interface/web/sites/list/cron.list.php             | 2 +-
 interface/web/sites/list/database.list.php         | 2 +-
 interface/web/sites/list/ftp_user.list.php         | 2 +-
 interface/web/sites/list/shell_user.list.php       | 2 +-
 interface/web/sites/list/user_quota_stats.list.php | 2 +-
 interface/web/sites/list/web_aliasdomain.list.php  | 2 +-
 interface/web/sites/list/web_domain.list.php       | 2 +-
 interface/web/sites/list/web_sites_stats.list.php  | 2 +-
 interface/web/sites/list/web_subdomain.list.php    | 2 +-
 interface/web/sites/list/webdav_user.list.php      | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/interface/web/sites/list/cron.list.php b/interface/web/sites/list/cron.list.php
index b63e530f59..7275a06cf4 100644
--- a/interface/web/sites/list/cron.list.php
+++ b/interface/web/sites/list/cron.list.php
@@ -25,7 +25,7 @@ $liste["table_idx"]			= "id";
 $liste["search_prefix"] 	= "search_";
 
 // Records per page
-$liste["records_per_page"] 	= 15;
+$liste["records_per_page"] 	= "15";
 
 // Script File of the list
 $liste["file"]				= "cron_list.php";
diff --git a/interface/web/sites/list/database.list.php b/interface/web/sites/list/database.list.php
index 68b4b960b7..9b2111d85e 100644
--- a/interface/web/sites/list/database.list.php
+++ b/interface/web/sites/list/database.list.php
@@ -29,7 +29,7 @@ $liste["table_idx"]			= "database_id";
 $liste["search_prefix"] 	= "search_";
 
 // Records per page
-$liste["records_per_page"] 	= 15;
+$liste["records_per_page"] 	= "15";
 
 // Script File of the list
 $liste["file"]				= "database_list.php";
diff --git a/interface/web/sites/list/ftp_user.list.php b/interface/web/sites/list/ftp_user.list.php
index 846602350e..45f0a90fa4 100644
--- a/interface/web/sites/list/ftp_user.list.php
+++ b/interface/web/sites/list/ftp_user.list.php
@@ -25,7 +25,7 @@ $liste["table_idx"]			= "ftp_user_id";
 $liste["search_prefix"] 	= "search_";
 
 // Records per page
-$liste["records_per_page"] 	= 15;
+$liste["records_per_page"] 	= "15";
 
 // Script File of the list
 $liste["file"]				= "ftp_user_list.php";
diff --git a/interface/web/sites/list/shell_user.list.php b/interface/web/sites/list/shell_user.list.php
index 440bdccc52..ac4de6e045 100644
--- a/interface/web/sites/list/shell_user.list.php
+++ b/interface/web/sites/list/shell_user.list.php
@@ -25,7 +25,7 @@ $liste["table_idx"]			= "shell_user_id";
 $liste["search_prefix"] 	= "search_";
 
 // Records per page
-$liste["records_per_page"] 	= 15;
+$liste["records_per_page"] 	= "15";
 
 // Script File of the list
 $liste["file"]				= "shell_user_list.php";
diff --git a/interface/web/sites/list/user_quota_stats.list.php b/interface/web/sites/list/user_quota_stats.list.php
index a3b58d19c2..b43fc9819f 100644
--- a/interface/web/sites/list/user_quota_stats.list.php
+++ b/interface/web/sites/list/user_quota_stats.list.php
@@ -25,7 +25,7 @@ $liste["table_idx"]			= "domain_id";
 $liste["search_prefix"] 	= "search_";
 
 // Records per page
-$liste["records_per_page"] 	= 15;
+$liste["records_per_page"] 	= "15";
 
 // Script File of the list
 $liste["file"]				= "user_quota_stats.php";
diff --git a/interface/web/sites/list/web_aliasdomain.list.php b/interface/web/sites/list/web_aliasdomain.list.php
index 0ba125985f..dcff7d10f7 100644
--- a/interface/web/sites/list/web_aliasdomain.list.php
+++ b/interface/web/sites/list/web_aliasdomain.list.php
@@ -25,7 +25,7 @@ $liste["table_idx"]			= "domain_id";
 $liste["search_prefix"] 	= "search_";
 
 // Records per page
-$liste["records_per_page"] 	= 15;
+$liste["records_per_page"] 	= "15";
 
 // Script File of the list
 $liste["file"]				= "web_aliasdomain_list.php";
diff --git a/interface/web/sites/list/web_domain.list.php b/interface/web/sites/list/web_domain.list.php
index c55ee58362..e8633091ef 100644
--- a/interface/web/sites/list/web_domain.list.php
+++ b/interface/web/sites/list/web_domain.list.php
@@ -29,7 +29,7 @@ $liste["table_idx"]			= "domain_id";
 $liste["search_prefix"] 	= "search_";
 
 // Records per page
-$liste["records_per_page"] 	= 15;
+$liste["records_per_page"] 	= "15";
 
 // Script File of the list
 $liste["file"]				= "web_domain_list.php";
diff --git a/interface/web/sites/list/web_sites_stats.list.php b/interface/web/sites/list/web_sites_stats.list.php
index 0824ba996f..c6ffd3ee4b 100644
--- a/interface/web/sites/list/web_sites_stats.list.php
+++ b/interface/web/sites/list/web_sites_stats.list.php
@@ -25,7 +25,7 @@ $liste["table_idx"]			= "domain_id";
 $liste["search_prefix"] 	= "search_";
 
 // Records per page
-$liste["records_per_page"] 	= 15;
+$liste["records_per_page"] 	= "15";
 
 // Script File of the list
 $liste["file"]				= "web_sites_stats.php";
diff --git a/interface/web/sites/list/web_subdomain.list.php b/interface/web/sites/list/web_subdomain.list.php
index 057498b8e2..2664f447e2 100644
--- a/interface/web/sites/list/web_subdomain.list.php
+++ b/interface/web/sites/list/web_subdomain.list.php
@@ -25,7 +25,7 @@ $liste["table_idx"]			= "domain_id";
 $liste["search_prefix"] 	= "search_";
 
 // Records per page
-$liste["records_per_page"] 	= 15;
+$liste["records_per_page"] 	= "15";
 
 // Script File of the list
 $liste["file"]				= "web_subdomain_list.php";
diff --git a/interface/web/sites/list/webdav_user.list.php b/interface/web/sites/list/webdav_user.list.php
index fc3ed0ce58..6211a2fba7 100644
--- a/interface/web/sites/list/webdav_user.list.php
+++ b/interface/web/sites/list/webdav_user.list.php
@@ -25,7 +25,7 @@ $liste["table_idx"]			= "webdav_user_id";
 $liste["search_prefix"] 	= "search_";
 
 // Records per page
-$liste["records_per_page"] 	= 15;
+$liste["records_per_page"] 	= "15";
 
 // Script File of the list
 $liste["file"]				= "webdav_user_list.php";
-- 
GitLab