Skip to content

Commit

Permalink
MDL-14992 towards better db sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jan 16, 2009
1 parent eee3bd3 commit 5b687a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lang/en_utf8/error.php
Expand Up @@ -189,6 +189,8 @@
$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\"';
Expand Down

0 comments on commit 5b687a1

Please sign in to comment.