Ignore:
Timestamp:
Jul 29, 2013, 11:48:14 PM (11 years ago)
Author:
chronos
Message:
  • Modified: Export transformed to application module.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/global.php

    r556 r558  
    2121include_once(dirname(__FILE__).'/../Modules/Dictionary/Dictionary.php');
    2222include_once(dirname(__FILE__).'/../Modules/Import/Import.php');
     23include_once(dirname(__FILE__).'/../Modules/Export/Export.php');
    2324include_once(dirname(__FILE__).'/../Modules/Server/Server.php');
    2425include_once(dirname(__FILE__).'/../Modules/ClientVersion/ClientVersion.php');
     
    7576  $System->ModuleManager->RegisterModule(new ModuleTranslation($System));
    7677  $System->ModuleManager->RegisterModule(new ModuleImport($System));
     78  $System->ModuleManager->RegisterModule(new ModuleExport($System));
    7779  $System->ModuleManager->RegisterModule(new ModuleServer($System));
    7880  $System->ModuleManager->RegisterModule(new ModuleClientVersion($System));
Note: See TracChangeset for help on using the changeset viewer.