Notes |
(0050254)
CS2 (reporter)
11-12-08 05:00
edited on: 16-12-08 12:04
|
I haven't tested it, but I did a quick compare of the new and old index.php files in the lists folder and I believe the attached patched version of the index.php file should correct the error.
I replaced this at line 585:
function unsubscribePage($id) {
global $date, $tables;
with this:
function unsubscribePage($id) {
global $data, $tables;
I also replaced $pagedata with $data at lines 658, 686 and 728.
|
|
(0050258)
error4o4 (reporter)
15-12-08 10:29
|
I didn't check what this code exactly does, but the fix provided by CS2 worked for me. |
|
(0050261)
chdelgado (administrator)
16-12-08 13:10
|
Thanks for the contribution. As error4o4 said, CS2's fix in the code works. |
|