[Phpcms-plugins-cvs] admin4phpCMS/modules/debug class.module_debug.php,1.1,1.2
Brought to you by:
mjahn
From: Martin J. <mj...@us...> - 2004-06-04 11:32:27
|
Update of /cvsroot/phpcms-plugins/admin4phpCMS/modules/debug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16699/modules/debug Modified Files: class.module_debug.php Log Message: several changes Index: class.module_debug.php =================================================================== RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/modules/debug/class.module_debug.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- class.module_debug.php 4 Jun 2004 11:11:57 -0000 1.1 +++ class.module_debug.php 4 Jun 2004 11:32:08 -0000 1.2 @@ -28,13 +28,16 @@ /* * $Log$ +* Revision 1.2 2004/06/04 11:32:08 mjahn +* several changes +* * Revision 1.1 2004/06/04 11:11:57 mjahn * several changes * */ /** -* class for displaying debug-information +* Class for displaying debug-information * * @package admin4phpCMS * @subpackage module_debug |