phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] calendar/inc/class.boholiday.inc.php, 1.10.2.2.2.3


From: nomail
Subject: [Phpgroupware-cvs] calendar/inc/class.boholiday.inc.php, 1.10.2.2.2.3
Date: Tue, 20 Jul 2004 11:08:06 +0200

Update of /calendar/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.boholiday.inc.php

date: 2004/07/20 09:08:06;  author: fipsfuchs;  state: Exp;  lines: +4 -4

Log Message:
reads holidays infos from the directory 'phpgroupware.org' instead of the 
directory 'setup' in calender
=====================================================================
Index: calendar/inc/class.boholiday.inc.php
diff -u calendar/inc/class.boholiday.inc.php:1.10.2.2.2.2 
calendar/inc/class.boholiday.inc.php:1.10.2.2.2.3
--- calendar/inc/class.boholiday.inc.php:1.10.2.2.2.2   Sat Oct  4 12:11:55 2003
+++ calendar/inc/class.boholiday.inc.php        Tue Jul 20 09:08:06 2004
@@ -252,10 +252,10 @@
                                        {
                                                $server_host = 
$GLOBALS['phpgw_info']['server']['webserver_url'];
                                        }
-                                       $load_from = 
$server_host.'/calendar/setup';
+                                       $load_from = 
$server_host.'/calendar/phpgroupware.org';
                                }
-//                             echo 'Loading from: 
'.$load_from.'/holidays.'.strtoupper($locale)."<br>\n";
-                               $lines = 
$network->gethttpsocketfile($load_from.'/holidays.'.strtoupper($locale));
+//                             echo 'Loading from: 
'.$load_from.'/holidays.'.strtoupper($locale).".txt<br>\n";
+                               $lines = 
$network->gethttpsocketfile($load_from.'/holidays.'.strtoupper($locale).'.txt');
                                if (!$lines)
                                {
                                        return false;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]