Changeset 1678

Show
Ignore:
Timestamp:
12/05/2007 10:49:24 PM (1 year ago)
Author:
driehle
Message:

some cleanup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.0-old/scripts/ModuleManager.class.php

    r1649 r1678  
    44 * This file is part of Jlog <http://jeenaparadies.net/projects/jlog> 
    55 * Please read the license information on how to use, modify or re-distribute this file. 
    6  *     
     6 * 
    77 * $Author$ 
    88 * $Date$ 
     
    4848    return self::$instance; 
    4949  } 
     50 
     51  /** 
     52   * Private Constructor 
     53   * 
     54   * Disallow creating new instances of this class directly. 
     55   **/ 
    5056  private function __construct() { 
    5157    // Standard construction not possible (private function)