Ignore:
Timestamp:
Mar 28, 2006, 3:26:37 AM (18 years ago)
Author:
rvelices
Message:

fix: php 5 errors and warnings

improve: put back update remote site from local listing.xml functionality
(allow_url_fopen is false on several ISPs)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/calendar_base.class.php

    • Property svn:keywords set to Author Date Id Revision
    r1092 r1107  
    66// | branch        : BSF (Best So Far)
    77// | file          : $RCSfile$
    8 // | last update   : $Date: 2006-01-27 02:11:43 +0100 (ven, 27 jan 2006) $
    9 // | last modifier : $Author: rvelices $
    10 // | revision      : $Revision: 1014 $
     8// | last update   : $Date$
     9// | last modifier : $Author$
     10// | revision      : $Revision$
    1111// +-----------------------------------------------------------------------+
    1212// | This program is free software; you can redistribute it and/or modify  |
     
    182182        $nav_bar .= '<span class="'.$class_prefix.'">';
    183183        $url = duplicate_index_url(
    184           array('chronology_date'=>array_merge($date_components,$item)),
     184          array('chronology_date'=>array_merge($date_components,array($item))),
    185185          array( 'start' )
    186186            );
     
    208208        $nav_bar .= '<span class="'.$class_prefix.'">';
    209209        $url = duplicate_index_url(
    210           array('chronology_date'=>array_merge($date_components,'any')),
     210          array('chronology_date'=>array_merge($date_components,array('any'))),
    211211          array( 'start' )
    212212            );
Note: See TracChangeset for help on using the changeset viewer.