POSSA / freepbx-weather-by-zip

FreePBX module, reads back weather forcast from dtmf zip code input
4 stars 5 forks source link

function xml2array not defined on some systems #14

Closed lgaetz closed 12 years ago

lgaetz commented 12 years ago

page.weatherzip.php line 23 is:

$module_info = xml2array("modules/weatherzip/module.xml");

xml2array is not defined in functions.inc.php and is not present on (at least some) FreePBX distro systems. The GUI page will break on those systems.

Same issue with the Wakeup calls module.

lgaetz commented 12 years ago

This function is defined in CallerID Superfecta 2.x.

lgaetz commented 12 years ago

function removed in previous commit. Module version is no longer automatically displayed on page.weatherzip.php