Changeset 1648

Show
Ignore:
Timestamp:
05/19/2007 12:01:06 PM (2 years ago)
Author:
driehle
Message:

Keyword substitution (SVN)

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  
    11<?php 
    22 
    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 **/ 
    613 
    714define("JLOG_MODULEMANAGER_USE_MULTIPLE", "multi"); 
     
    228235} 
    229236 
    230 ?> 
     237/* EOF */ 
  • branches/2.0/scripts/PluginManager.class.php

    • Property svn:keywords set to Date Revision Author HeadURL
    r1645 r1648  
    11<?php 
    22 
    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 * 
    813 * JLOG_PluginManager 
    914 * 
     
    1318 * @access public 
    1419 **/ 
     20 
    1521class JLOG_PluginManager 
    1622{ 
     
    159165} 
    160166 
    161 ?> 
     167/* EOF */