Fix for ceb to set the default holidays to US if no country set.

This commit is contained in:
skeeter 2001-08-14 02:20:28 +00:00
parent 75ec9c5e9f
commit 5044e863f4

View File

@ -235,6 +235,10 @@
{
$this->locales[] = $phpgw_info['user']['preferences']['calendar']['locale'];
}
else
{
$this->locales[] = 'US';
}
if($this->owner != $phpgw_info['user']['account_id'])
{