Skip to content

Commit d4ba4c8

Browse files
author
latham
committed
Quote some vars
1 parent a2e66c7 commit d4ba4c8

22 files changed

+22
-22
lines changed

interface/web/mail/list/mail_alias.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$liste["search_prefix"] = "search_";
2626

2727
// Records per page
28-
$liste["records_per_page"] = 15;
28+
$liste["records_per_page"] = "15";
2929

3030
// Script File of the list
3131
$liste["file"] = "mail_alias_list.php";

interface/web/mail/list/mail_aliasdomain.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$liste["search_prefix"] = "search_";
2626

2727
// Records per page
28-
$liste["records_per_page"] = 15;
28+
$liste["records_per_page"] = "15";
2929

3030
// Script File of the list
3131
$liste["file"] = "mail_aliasdomain_list.php";

interface/web/mail/list/mail_blacklist.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$liste["search_prefix"] = "search_";
2626

2727
// Records per page
28-
$liste["records_per_page"] = 15;
28+
$liste["records_per_page"] = "15";
2929

3030
// Script File of the list
3131
$liste["file"] = "mail_blacklist_list.php";

interface/web/mail/list/mail_content_filter.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$liste["search_prefix"] = "search_";
2626

2727
// Records per page
28-
$liste["records_per_page"] = 15;
28+
$liste["records_per_page"] = "15";
2929

3030
// Script File of the list
3131
$liste["file"] = "mail_content_filter_list.php";

interface/web/mail/list/mail_domain.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
$liste["search_prefix"] = "search_";
3030

3131
// Records per page
32-
$liste["records_per_page"] = 15;
32+
$liste["records_per_page"] = "15";
3333

3434
// Script File of the list
3535
$liste["file"] = "mail_domain_list.php";

interface/web/mail/list/mail_domain_catchall.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$liste["search_prefix"] = "search_";
2626

2727
// Records per page
28-
$liste["records_per_page"] = 15;
28+
$liste["records_per_page"] = "15";
2929

3030
// Script File of the list
3131
$liste["file"] = "mail_domain_catchall_list.php";

interface/web/mail/list/mail_forward.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$liste["search_prefix"] = "search_";
2626

2727
// Records per page
28-
$liste["records_per_page"] = 15;
28+
$liste["records_per_page"] = "15";
2929

3030
// Script File of the list
3131
$liste["file"] = "mail_forward_list.php";

interface/web/mail/list/mail_get.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$liste["search_prefix"] = "search_";
2626

2727
// Records per page
28-
$liste["records_per_page"] = 15;
28+
$liste["records_per_page"] = "15";
2929

3030
// Script File of the list
3131
$liste["file"] = "mail_get_list.php";

interface/web/mail/list/mail_mailinglist.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$liste["search_prefix"] = "search_";
2626

2727
// Records per page
28-
$liste["records_per_page"] = 15;
28+
$liste["records_per_page"] = "15";
2929

3030
// Script File of the list
3131
$liste["file"] = "mail_mailinglist_list.php";

interface/web/mail/list/mail_relay_recipient.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$liste["search_prefix"] = "search_";
2626

2727
// Records per page
28-
$liste["records_per_page"] = 15;
28+
$liste["records_per_page"] = "15";
2929

3030
// Script File of the list
3131
$liste["file"] = "mail_relay_recipient_list.php";

0 commit comments

Comments
 (0)