Cryptographp 4.6

Tasklist

FS#11 - Newsletter error with $serviz[36] = "no"

Attached to Project: Cryptographp 4.6
Opened by Sylvain (hpsam) - Sunday, 25 May 2008, 08:54 GMT
Last edited by Sylvain (hpsam) - Sunday, 25 May 2008, 09:03 GMT
Task Type Bug Report
Category Display
Status Closed
Assigned To No-one
Operating System FireFox 2
Severity High
Priority High
Reported Version 1.6.1
Due in Version 1.6.2
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

http://leconte-sylvain.hpsam.info/thread.php?lng=fr&pg=1834&fid=1&cat=3

When $serviz[36] = "no" the newsletter say that the webmaster have disable the functionality.

Correction :
in newsletter.php change
if ($serviz[36] != "on" && $cp_cfg[6] != "on") {
to
if ($serviz[36] == "" && $cp_cfg[6] != "on") {

This task depends upon

Closed by  Sylvain (hpsam)
Sunday, 25 May 2008, 09:03 GMT
Reason for closing:  Fixed

Loading...