From f66e40cacbb054857a223a9d1e178e64e5d4831c Mon Sep 17 00:00:00 2001 From: latham 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 b63e530f5..7275a06cf 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 68b4b960b..9b2111d85 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 846602350..45f0a90fa 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 440bdccc5..ac4de6e04 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 a3b58d19c..b43fc9819 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 0ba125985..dcff7d10f 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 c55ee5836..e8633091e 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 0824ba996..c6ffd3ee4 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 057498b8e..2664f447e 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 fc3ed0ce5..6211a2fba 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