]> git.donarmstrong.com Git - roundcube.git/blobdiff - program/steps/settings/edit_identity.inc
Imported Upstream version 0.7
[roundcube.git] / program / steps / settings / edit_identity.inc
index 5cc6e0c60c14c4b2bb61b08f98dec2b12314aa75..599fddb7f02d727ba8413f6b26667d1d19796d57 100644 (file)
@@ -15,7 +15,7 @@
  | Author: Thomas Bruederli <roundcube@gmail.com>                        |
  +-----------------------------------------------------------------------+
 
- $Id: edit_identity.inc 4668 2011-04-19 20:41:24Z thomasb $
+ $Id: edit_identity.inc 5139 2011-08-28 09:47:15Z alec $
 
 */
 
@@ -28,7 +28,7 @@ if (($_GET['_iid'] || $_POST['_iid']) && $RCMAIL->action=='edit-identity') {
   if (is_array($IDENTITY_RECORD))
     $OUTPUT->set_env('iid', $IDENTITY_RECORD['identity_id']);
   else {
-    $OUTPUT->show_message('databaserror', 'error');
+    $OUTPUT->show_message('dberror', 'error');
     // go to identities page
     rcmail_overwrite_action('identities');
     return;