No geoip_country_values() function?

I get a white screen of death when I go to the admin/settings/language/geoip page.

The menu callback for admin/settings/language/geoip calls geoip_country_values() - but I couldn't find that function defined anywhere in the code - so I assuming maybe a file didn't get committed to CVS or something?

This function is called from all over the place:

  $countries = geoip_country_values();

Thank you in advance...

Comments

davidburns’s picture

I think geoip_country_values(); comes from the geoip.inc but the api I think has since changed and the function no longer exist.

zroger’s picture

Status: Active » Fixed

Fixed in http://drupal.org/cvs?commit=261372.

The updates were in geoip.values.inc which never got added to the repository.

Status: Fixed » Closed (fixed)

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