[Phpcms-plugins-cvs] admin4phpCMS/modules/user class.module_user.php,1.2,1.3
Brought to you by:
mjahn
From: Martin J. <mj...@us...> - 2004-06-04 11:32:27
|
Update of /cvsroot/phpcms-plugins/admin4phpCMS/modules/user In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16699/modules/user Modified Files: class.module_user.php Log Message: several changes Index: class.module_user.php =================================================================== RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/modules/user/class.module_user.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- class.module_user.php 4 Jun 2004 11:11:58 -0000 1.2 +++ class.module_user.php 4 Jun 2004 11:32:09 -0000 1.3 @@ -4,19 +4,21 @@ * * This module is based on the package PEAR::LiveUser. * -* 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 -* (at your option) any later version. +* <b>License</b> * -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. +* 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 +* (at your option) any later version. * -* You should have received a copy of the GNU General Public License -* along with this program; if not, write to the Free Software -* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program; if not, write to the Free Software +* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @author Martin Jahn <mj...@us...> * @license http://opensource.org/licenses/gpl-license.php GNU Public License @@ -28,6 +30,9 @@ /* * $Log$ +* Revision 1.3 2004/06/04 11:32:09 mjahn +* several changes +* * Revision 1.2 2004/06/04 11:11:58 mjahn * several changes * @@ -38,11 +43,11 @@ include_once 'LiveUser/LiveUser.php'; /** -* Klasse für die Benutzerverwaltung und das Rechtesystem +* Class for user- and permission-managment * * @package admin4phpCMS * @subpackage module_user -* @todo Get the class working correctly +* @todo Get the class work completly **/ class module_user extends module { |