Changeset 1648
- Timestamp:
- 05/19/2007 12:01:06 PM (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/scripts/ModuleManager.class.php
- Property svn:keywords changed from Date Rev Author to Date Revision Author HeadURL
r1644 r1648 1 1 <?php 2 2 3 // $LastChangedDate$ 4 // $LastChangedRevision$ 5 // $LastChangedBy$ 3 /* 4 * This file is part of Jlog <http://jeenaparadies.net/projects/jlog> 5 * Please read the license information on how to use, modify or re-distribute 6 * this file. 7 * 8 * $Author$ 9 * $Date$ 10 * $Revision$ 11 * $URL$ 12 **/ 6 13 7 14 define("JLOG_MODULEMANAGER_USE_MULTIPLE", "multi"); … … 228 235 } 229 236 230 ?> 237 /* EOF */ branches/2.0/scripts/PluginManager.class.php
- Property svn:keywords set to Date Revision Author HeadURL
r1645 r1648 1 1 <?php 2 2 3 // $LastChangedDate: 2007-02-08 20:19:50 -0800 (Do, 08 Feb 2007) $ 4 // $LastChangedRevision: 1643 $ 5 // $LastChangedBy: driehle $ 6 7 /** 3 /* 4 * This file is part of Jlog <http://jeenaparadies.net/projects/jlog> 5 * Please read the license information on how to use, modify or re-distribute 6 * this file. 7 * 8 * $Author$ 9 * $Date$ 10 * $Revision$ 11 * $URL$ 12 * 8 13 * JLOG_PluginManager 9 14 * … … 13 18 * @access public 14 19 **/ 20 15 21 class JLOG_PluginManager 16 22 { … … 159 165 } 160 166 161 ?> 167 /* EOF */
