Zen Cart Logo
Forums / Bug Reports / [Done] Missing quotes in coupon_restrict.php language file

[Done] Missing quotes in coupon_restrict.php language file

Locked

Views: 2,568

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
2 May 2010, 9:14 AM
#1
keefaz avatar

keefaz

New Zenner

Join Date:
Dec 2007
Posts:
10
Plugin Contributions:
0

[Done] Missing quotes in coupon_restrict.php language file

BTW I noticed also one other thing, in the v1.3.9a/v1.3.9b file:
/admin/includes/languages/english/coupon_restrict.php
=> It seems that there are missing single quotes for 2 define statements

2 May 2010, 2:07 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: [Done] Missing quotes in coupon_restrict.php language file

keefaz:

BTW I noticed also one other thing, in the v1.3.9a/v1.3.9b file:
/admin/includes/languages/english/coupon_restrict.php
=> It seems that there are missing single quotes for 2 define statements
Oops. Yes, you are correct. Fortunately the system will correctly assume the correct value, although it may throw a PHP warning. The warning is safe to ignore.

Naturally, of course, if you wish, you can add those quotes yourself.

The quotes will be added in the next version.