Ignore:
Timestamp:
Feb 24, 2006, 2:16:30 AM (18 years ago)
Author:
rvelices
Message:

fix: remove all php warnings and notices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_calendar.inc.php

    r1055 r1056  
    7676 
    7777  $cal_styles = array(
    78     // Weekly style
     78    // Monthly style
    7979    array(
    8080      'link'           => 'm',
     
    8484      'view_calendar'  => true,
    8585      ),
    86     // Monthly style
     86    // Weekly style   
    8787    array(
    8888      'link'           => 'w',
     
    9090      'name'           => l10n('Weekly'),
    9191      'include'        => 'calendar_weekly.class.php',
     92      'view_calendar'  => false,
    9293      ),
    9394    );
Note: See TracChangeset for help on using the changeset viewer.