1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

admin/userclass.php and admin/userinfo.php now included in admin/users.php. deprecated files and their language files removed.

This commit is contained in:
CaMer0n
2009-08-05 16:02:09 +00:00
parent 78707765b9
commit 09be59c9d8
6 changed files with 71 additions and 251 deletions

View File

@@ -1,15 +0,0 @@
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_userclass.php,v $
| $Revision: 1.4 $
| $Date: 2009-08-04 14:36:55 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
?>

View File

@@ -1,20 +0,0 @@
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_userinfo.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:34:42 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
define("USFLAN_1", "Unable to find poster's IP address - no information is available.");
// define("USFLAN_2", "Error");
define("USFLAN_3", "Messages posted from IP address");
define("USFLAN_4", "Host");
define("USFLAN_5", "Click here to transfer IP address to admin ban page");
define("USFLAN_6", "User ID");
define("USFLAN_7", "User Information");
?>

View File

@@ -9,8 +9,8 @@
* Language file - user admin
*
* $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_users.php,v $
* $Revision: 1.17 $
* $Date: 2009-07-23 06:55:39 $
* $Revision: 1.18 $
* $Date: 2009-08-05 16:02:08 $
* $Author: e107coders $
*
*/
@@ -233,7 +233,8 @@ define('LAN_BOUNCED','Bounced');
define('USRLAN_220', 'No Userclass');
// These need review - there are duplicates above.
// These need review - there are duplicates above - they come from admin/lan_userclass.php.
define("UCSLAN_1", "Sending notification email to");
define("UCSLAN_2", "Updated Privileges");
define("UCSLAN_3", "Dear");
@@ -248,4 +249,14 @@ define('UCSLAN_11', 'Class membership for user ID --UID-- changed to --CLASSES--
define('UCSLAN_12', 'Member privileges only');
// from admin/lan_userinfo.php
define("USFLAN_1", "Unable to find poster's IP address - no information is available.");
// define("USFLAN_2", "Error");
define("USFLAN_3", "Messages posted from IP address");
define("USFLAN_4", "Host");
define("USFLAN_5", "Click here to transfer IP address to admin ban page");
define("USFLAN_6", "User ID");
define("USFLAN_7", "User Information");
?>