Update of /cvsroot/phpcms-plugins/admin4phpCMS/modules/debug
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19438/modules/debug
Modified Files:
class.module_debug.php
Log Message:
completed phpCMS-config-part
began the statistic part
Index: class.module_debug.php
===================================================================
RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/modules/debug/class.module_debug.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- class.module_debug.php 25 Aug 2004 21:16:49 -0000 1.3
+++ class.module_debug.php 29 Sep 2004 20:10:45 -0000 1.4
@@ -28,6 +28,10 @@
/*
* $Log$
+* Revision 1.4 2004/09/29 20:10:45 mjahn
+* completed phpCMS-config-part
+* began the statistic part
+*
* Revision 1.3 2004/08/25 21:16:49 mjahn
* step 1 is taken
*
@@ -102,6 +106,7 @@
$this->_callEvent('LAYOUT_ADD_ELEMENT', $actiondata1);
}
}
+
}
function getUserData (&$actiondata) {
|