From f66e40cacbb054857a223a9d1e178e64e5d4831c Mon Sep 17 00:00:00 2001 From: latham <latham@ispconfig3> Date: Tue, 28 Jun 2011 17:09:22 -0400 Subject: [PATCH] Quote some vars --- interface/web/sites/list/cron.list.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/sites/list/cron.list.php b/interface/web/sites/list/cron.list.php index b63e530..7275a06 100644 --- a/interface/web/sites/list/cron.list.php +++ b/interface/web/sites/list/cron.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"] = "cron_list.php"; -- Gitblit v1.9.1