Home
last modified time | relevance | path

Searched refs:weathermap_debug_suppress (Results 1 – 3 of 3) sorted by relevance

/dports/net-mgmt/phpweathermap/weathermap/
H A Dweathermap104 $weathermap_debug_suppress=array();
H A DWeatherMap.functions.php44 global $weathermap_debug_suppress;
61 …if(is_array($weathermap_debug_suppress) && in_array(strtolower($function),$weathermap_debug_suppre…
H A DWeathermap.class.php17 $weathermap_debug_suppress = array("processstring","mysprintf"); variable