Ignore:
Timestamp:
Feb 21, 2015, 12:17:01 AM (9 years ago)
Author:
chronos
Message:
  • Added: Version information.
  • Modified: Used newest Database class.
  • Modified: Generated HTML code should be now compain with HTML5 standard.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/old/Packages/Common/Package.php

    r55 r56  
    44  'Name' => 'Common',
    55  'Version' => 1,
    6 };
    7  
     6);
     7
     8include_once(dirname(__FILE__).'/PrefixMultiplier.php');
     9include_once(dirname(__FILE__).'/Database.php');
     10include_once(dirname(__FILE__).'/Image.php');
     11include_once(dirname(__FILE__).'/Mail.php');
     12include_once(dirname(__FILE__).'/UTF8.php');
     13include_once(dirname(__FILE__).'/NetworkAddress.php');
     14include_once(dirname(__FILE__).'/VarDumper.php');
     15include_once(dirname(__FILE__).'/RSS.php');
Note: See TracChangeset for help on using the changeset viewer.