1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-31 18:11:56 +02:00

rewrote Admin -> database -> db_verify routines.

This commit is contained in:
CaMer0n
2011-05-18 08:54:07 +00:00
parent 65a7f7a339
commit 973f8cc5f9
3 changed files with 716 additions and 46 deletions

View File

@@ -352,7 +352,7 @@ define('LAN_UI_PREF_LABEL', 'Settings');
define('LAN_UI_DELETE_LABEL', 'Confirm Delete');
define('LAN_UI_DELETE_WARNING', 'You are about to delete <strong>%1$d</strong> records. Please confirm to continue.');
define("LAN_USER_MANAGEALL", "Manage all user access and settings");
define("LAN_USER_MANAGEALL", "Manage all User, Userclass and Extended User-Field settings");
define("LAN_USER_LIST", "User List");
define("LAN_USER_QUICKADD","Quick Add User");
define("LAN_USER_PRUNE", "Prune Users");