Ignore:
Timestamp:
08/15/10 18:45:12 (22 months ago)
Author:
vain
Message:
  • several changes to copyright, router, bootstrap, frontcontroller and various other files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/functions.core.php

    r4507 r4578  
    2424    * 
    2525    * @license    GNU/GPL v2 or (at your option) any later version, see "/doc/LICENSE". 
    26     * 
    2726    * @author     Jens-André Koch <vain@clansuite.com> 
    2827    * @copyright  Jens-André Koch (2005 - onwards) 
    29     * 
    3028    * @link       http://www.clansuite.com 
    31     * @link       http://gna.org/projects/clansuite 
    3229    * 
    3330    * @version    SVN: $Id$ 
     
    879876        # Debug message for Method Overloading 
    880877        # Making it easier to see which static method is called magically 
    881         #Clansuite_XDebug::fbg('DEBUG (Overloading): Calling static method "'.$method.'" '. implode(', ', $arguments). "\n"); 
     878        #Clansuite_Debug::fbg('DEBUG (Overloading): Calling static method "'.$method.'" '. implode(', ', $arguments). "\n"); 
    882879        # construct the filename of the command 
    883880        $filename = ROOT_CORE . 'functions' . DS . $method . '.function.php'; 
     
    916913        # Debug message for Method Overloading 
    917914        # Making it easier to see which method is called magically 
    918         # Clansuite_XDebug::fbg('DEBUG (Overloading): Calling object method "'.$method.'" '. implode(', ', $arguments). "\n"); 
     915        # Clansuite_Debug::fbg('DEBUG (Overloading): Calling object method "'.$method.'" '. implode(', ', $arguments). "\n"); 
    919916        # construct the filename of the command 
    920917        $filename = ROOT_CORE . 'functions' . DS . $method . '.function.php'; 
Note: See TracChangeset for help on using the changeset viewer.