This commit is contained in:
skeeter 2001-06-25 00:15:14 +00:00
parent 1372b56eaf
commit 05dcabb900

View File

@ -116,7 +116,7 @@ class calendar_holiday
else
{
$pos = strpos(' '.$phpgw_info['server']['webserver_url'],$HTTP_HOST);
if($pos == False)
if($pos == 0)
{
switch($SERVER_PORT)
{