MDL-14992 towards better db sessions

This commit is contained in:
skodak
2009-01-16 22:07:10 +00:00
parent eee3bd3f48
commit 5b687a1060
+2
View File
@@ -189,6 +189,8 @@ $string['dbconnectionfailed'] = '<p>Error: Database connection failed</p>
$string['dbdriverproblem'] = '<p>Error: database driver problem detected</p>
<p>The site administrator should verify server configuration</p><p>$a</p>';
$string['dbupdatefailed'] = 'Database update failed';
$string['dbsessionbroken'] = 'Serious database session problem detected.<br /><br />Please notify server administrator.';
$string['dbsessionhandlerproblem'] = 'Setting up of database session failed.<br /><br />Please notify server administrator.';
$string['ddlexecuteerror'] = 'DDL sql execution error';
$string['ddlfieldalreadyexists'] = 'Field \"$a\" does not exist';
$string['ddlfieldnotexist'] = 'Field \"$a->fieldname\" does not exist in table \"$a->tablename\"';