]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14992 towards better db sessions
authorskodak <skodak>
Fri, 16 Jan 2009 22:07:10 +0000 (22:07 +0000)
committerskodak <skodak>
Fri, 16 Jan 2009 22:07:10 +0000 (22:07 +0000)
lang/en_utf8/error.php

index a59b9671d926b0050ed62cdeaaed3aa44c40c66a..8e0a5d9459493bcf91bfa279d29e7de5a9c9a0db 100644 (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\"';