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
Opened by Sylvain (hpsam) - Sunday, 25 May 2008, 08:54 GMT
Last edited by Sylvain (hpsam) - Sunday, 25 May 2008, 09:03 GMT
|
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