diff -aburN --exclude CVS* phpgw-orig/weather/inc/functions.inc.php phpgw-mod/weather/inc/functions.inc.php --- phpgw-orig/weather/inc/functions.inc.php Mon Dec 3 13:01:50 2001 +++ phpgw-mod/weather/inc/functions.inc.php Mon Dec 9 00:39:50 2002 @@ -218,6 +218,7 @@ break; } + $GLOBALS['phpgw']->nextmatchs->maxmatches=1; $matchs_tpl = CreateObject('phpgwapi.Template',$GLOBALS['phpgw']->common->get_tpl_dir('weather')); $matchs_tpl->set_unknowns("remove"); $matchs_tpl->set_file(matchs, "matchs.metar.tpl");