Changeset 435 in subversion


Ignore:
Timestamp:
Dec 27, 2006 5:13:10 AM (6 years ago)
Author:
robin
Message:

Specify database error in error.inc (closes #1484189).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/error.inc

    r403 r435  
    6464  } 
    6565 
     66// database connection error 
     67else if ($ERROR_CODE==0x01f4) 
     68  { 
     69  $__error_title = "DATABASE ERROR: CONNECTION FAILED!"; 
     70  $__error_text  =  <<<EOF 
     71Unable to connect to the database!<br />  
     72Please contact your server-administrator.  
     73EOF; 
     74  } 
    6675 
    6776// system error 
Note: See TracChangeset for help on using the changeset viewer.