latham
2011-06-28 e7635ff4409b0d3b3f150e6e123f6f2510a30a68
Quote some vars
3 files modified
6 ■■■■ changed files
interface/web/client/list/client.list.php 2 ●●● patch | view | raw | blame | history
interface/web/client/list/client_template.list.php 2 ●●● patch | view | raw | blame | history
interface/web/client/list/reseller.list.php 2 ●●● patch | view | raw | blame | history
interface/web/client/list/client.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"]                = "client_list.php";
interface/web/client/list/client_template.list.php
@@ -23,7 +23,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"]                = "client_template_list.php";
interface/web/client/list/reseller.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"]                = "reseller_list.php";