From a3d5dfe86e51c71a7b29776f48e107ccd6fabb31 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 25 Jan 2013 09:14:18 +0100 Subject: Replace all deprecated error() calls with print_error --- sqlbox/lang/en/sqlbox.php | 1 + 1 file changed, 1 insertion(+) (limited to 'sqlbox/lang') diff --git a/sqlbox/lang/en/sqlbox.php b/sqlbox/lang/en/sqlbox.php index 8867d10..f1b4d9e 100644 --- a/sqlbox/lang/en/sqlbox.php +++ b/sqlbox/lang/en/sqlbox.php @@ -43,3 +43,4 @@ $string['pluginadministration'] = 'sqlbox administration'; $string['pluginname'] = 'sqlbox'; $string['viewresults'] = 'View Results'; $string['queryfailed'] = 'Query failed: {$a}'; +$string['dbconnectionfailed'] = 'Error: Database connection failed'; -- cgit