[Phpcms-plugins-cvs] admin4phpCMS/modules/user module_user_en.lng,NONE,1.1 class.module_user.php,1.1
Brought to you by:
mjahn
From: Martin J. <mj...@us...> - 2005-05-20 05:54:20
|
Update of /cvsroot/phpcms-plugins/admin4phpCMS/modules/user In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14729/modules/user Modified Files: class.module_user.php Added Files: module_user_en.lng Log Message: last step for module_phpcms --- NEW FILE: module_user_en.lng --- [login] title_login = "Loginscreen" [profile] title_profile = "Your profile" [admin] title_admin = "User managment" Index: class.module_user.php =================================================================== RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/modules/user/class.module_user.php,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- class.module_user.php 15 May 2005 12:24:02 -0000 1.13 +++ class.module_user.php 20 May 2005 05:54:05 -0000 1.14 @@ -30,6 +30,9 @@ /* * $Log$ +* Revision 1.14 2005/05/20 05:54:05 mjahn +* last step for module_phpcms +* * Revision 1.13 2005/05/15 12:24:02 mjahn * Commit as backup during development * @@ -315,20 +318,6 @@ /** - * Get language-array of module - * - * @param array $actiondata $actiondata['tag'] must provide the name of the - * variable - */ - function getLanguage (&$actiondata) { - - $data = ''; - //$actiondata [$actiondata ['tag']] ['user'] = $data; - - return true; - } - - /** * Get content of the module * * @param array $actiondata $actiondata['_root'] must provide the id of the parental element |