Show
Ignore:
Timestamp:
12/16/07 22:36:17 (1 year ago)
Author:
misja
Message:

Misja Hoebe <misja@curverider.co.uk> Merge r1456, r1457, r1458, r1459, r1460, r1461, r1462 into 0.9 branch

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • releases/0.9/includes.php

    r1453 r1463  
    104104    ****************************************************************************/ 
    105105 
     106    // Language / internationalisation 
     107    //@todo All the libraries has a strong dependence with this 'plugin' 
     108        require_once($CFG->dirroot . "mod/gettext/lib.php"); 
     109 
    106110    // Load setup.php which will initialize database connections and such like. 
    107111        require_once($CFG->dirroot.'lib/setup.php'); 
     
    109113    // Plug-in engine (must be loaded first) 
    110114        require($CFG->dirroot . "lib/engine.php"); 
    111  
    112     // Language / internationalisation 
    113                 //@todo All the libraries has a strong dependence with this 'plugin' 
    114         require_once($CFG->dirroot . "mod/gettext/lib.php"); 
    115115 
    116116    // XML parsing