Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
21/03/2003 04:06:16
|
Anonymous
|
In file poll_cookie.php,
line 21 read:
if (!isset($HTTP_COOKIE_VARS[$cookie_name])) {
Extra character, exclamation mark at isset ... delete character. Line should read:
if (isset($HTTP_COOKIE_VARS[$cookie_name])) {
That fixes it. But the program still revotes at each page refresh. Any help with that?
|
|
|
|
|
|
Based on the open source JForum
|