1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-24 15:13:04 +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

@@ -19,7 +19,7 @@ define("DBLAN_7", "Notes");
define("DBLAN_8", "Mismatch");
define("DBLAN_9", "Currently");
define("DBLAN_10", "should be");
define("DBLAN_11", "Field missing");
define("DBLAN_11", "Field missing!");
define("DBLAN_12", "Extra Field!");
define("DBLAN_13", "Table missing!");
define("DBLAN_14", "Choose table(s) to validate");
@@ -33,4 +33,5 @@ define("DBLAN_21", "Fix Selected Items");
define("DBLAN_22", " is not readable");
define("DBLAN_23", "Database Utilities");
define("DBLAN_24", "Please select action.");
define("DBLAN_25", "Index missing!");
?>