From a2e66c79a105a2954bb9428bedd15f33e7169710 Mon Sep 17 00:00:00 2001 From: latham Date: Tue, 28 Jun 2011 21:08:39 +0000 Subject: [PATCH] Quote some vars --- interface/web/dns/list/dns_a.list.php | 2 +- interface/web/dns/list/dns_slave.list.php | 2 +- interface/web/dns/list/dns_soa.list.php | 2 +- interface/web/dns/list/dns_template.list.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/interface/web/dns/list/dns_a.list.php b/interface/web/dns/list/dns_a.list.php index 4938bbde12..1f23439acb 100644 --- a/interface/web/dns/list/dns_a.list.php +++ b/interface/web/dns/list/dns_a.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"] = "dns_a_list.php"; diff --git a/interface/web/dns/list/dns_slave.list.php b/interface/web/dns/list/dns_slave.list.php index e8b2129ac5..5fa12e0a43 100644 --- a/interface/web/dns/list/dns_slave.list.php +++ b/interface/web/dns/list/dns_slave.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"] = "dns_slave_list.php"; diff --git a/interface/web/dns/list/dns_soa.list.php b/interface/web/dns/list/dns_soa.list.php index c235fe766b..bedecb3b62 100644 --- a/interface/web/dns/list/dns_soa.list.php +++ b/interface/web/dns/list/dns_soa.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"] = "dns_soa_list.php"; diff --git a/interface/web/dns/list/dns_template.list.php b/interface/web/dns/list/dns_template.list.php index 3101eb259b..90316d26e5 100644 --- a/interface/web/dns/list/dns_template.list.php +++ b/interface/web/dns/list/dns_template.list.php @@ -25,7 +25,7 @@ $liste["table_idx"] = "template_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"] = "dns_template_list.php"; -- GitLab