Changeset 183

Show
Ignore:
Timestamp:
01/24/06 19:58:26 (3 years ago)
Author:
benoit
Message:

moved declaration of calendar plugin to includes.php again and uncommented it this time

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/includes.php

    r168 r183  
    5959         
    6060        // Calendaring system 
    61         //    require(path . "units/calendar/main.php"); 
     61              require(path . "units/calendar/main.php"); 
    6262         
    6363        /*************************************************************************** 
  • devel/includes_system.php

    r182 r183  
    118118                require(path . "units/xml/main.php"); 
    119119                 
    120         // Calendar 
    121                 include(path . "units/calendar/main.php"); 
    122                  
    123120        // Your Resources 
    124121                require(path . "units/magpie/main.php");