on line 150:

variable_set('indymedia_cities_list'. $language, $result->data);

should be :

variable_set('indymedia_cities_list_'. $language, $result->data);

Comments

mfb’s picture

Status: Active » Fixed

Thanks for the report!
It appears that I am not testing the module on php4 at all, unfortunately! This nasty bug was introduced in the last revision before 1.0 was released :(

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.