Changeset 4578 for trunk/core/functions.core.php
- Timestamp:
- 08/15/10 18:45:12 (22 months ago)
- File:
-
- 1 edited
-
trunk/core/functions.core.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/functions.core.php
r4507 r4578 24 24 * 25 25 * @license GNU/GPL v2 or (at your option) any later version, see "/doc/LICENSE". 26 *27 26 * @author Jens-André Koch <vain@clansuite.com> 28 27 * @copyright Jens-André Koch (2005 - onwards) 29 *30 28 * @link http://www.clansuite.com 31 * @link http://gna.org/projects/clansuite32 29 * 33 30 * @version SVN: $Id$ … … 879 876 # Debug message for Method Overloading 880 877 # 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"); 882 879 # construct the filename of the command 883 880 $filename = ROOT_CORE . 'functions' . DS . $method . '.function.php'; … … 916 913 # Debug message for Method Overloading 917 914 # 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"); 919 916 # construct the filename of the command 920 917 $filename = ROOT_CORE . 'functions' . DS . $method . '.function.php';
Note: See TracChangeset
for help on using the changeset viewer.
