Changeset 56 for branches/old/Packages/Common
- Timestamp:
- Feb 21, 2015, 12:17:01 AM (10 years ago)
- Location:
- branches/old/Packages/Common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/old/Packages/Common/Package.php
r55 r56 4 4 'Name' => 'Common', 5 5 'Version' => 1, 6 }; 7 6 ); 7 8 include_once(dirname(__FILE__).'/PrefixMultiplier.php'); 9 include_once(dirname(__FILE__).'/Database.php'); 10 include_once(dirname(__FILE__).'/Image.php'); 11 include_once(dirname(__FILE__).'/Mail.php'); 12 include_once(dirname(__FILE__).'/UTF8.php'); 13 include_once(dirname(__FILE__).'/NetworkAddress.php'); 14 include_once(dirname(__FILE__).'/VarDumper.php'); 15 include_once(dirname(__FILE__).'/RSS.php'); -
branches/old/Packages/Common/RSS.php
r55 r56 1 1 <?php 2 2 3 class RSS 3 class RSS 4 4 { 5 5 var $Charset; … … 9 9 var $WebmasterEmail; 10 10 var $Items; 11 11 12 12 function __construct() 13 13 {
Note:
See TracChangeset
for help on using the changeset viewer.