Update of /cvsroot/phpcms-plugins/admin4phpCMS/modules/log
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16699/modules/log
Modified Files:
class.module_log.php
Log Message:
several changes
Index: class.module_log.php
===================================================================
RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/modules/log/class.module_log.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- class.module_log.php 4 Jun 2004 11:11:58 -0000 1.3
+++ class.module_log.php 4 Jun 2004 11:32:08 -0000 1.4
@@ -2,6 +2,8 @@
/**
* The logging-module
*
+* <b>License</b>
+*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
@@ -26,6 +28,9 @@
**/
/*
* $Log$
+* Revision 1.4 2004/06/04 11:32:08 mjahn
+* several changes
+*
* Revision 1.3 2004/06/04 11:11:58 mjahn
* several changes
*
|