From 3ff8cc2bc83c57010bbfe64efa76b70203857650 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 26 Nov 2012 10:45:21 +0100 Subject: RCMAIL_VERSION -> RCUBE_VERSION --- program/lib/Roundcube/rcube_imap.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'program/lib/Roundcube/rcube_imap.php') diff --git a/program/lib/Roundcube/rcube_imap.php b/program/lib/Roundcube/rcube_imap.php index 4e0d2225c..9df2bf666 100644 --- a/program/lib/Roundcube/rcube_imap.php +++ b/program/lib/Roundcube/rcube_imap.php @@ -141,10 +141,10 @@ class rcube_imap extends rcube_storage $this->set_debug(true); $this->options['ident'] = array( - 'name' => 'Roundcube Webmail', - 'version' => RCMAIL_VERSION, - 'php' => PHP_VERSION, - 'os' => PHP_OS, + 'name' => 'Roundcube', + 'version' => RCUBE_VERSION, + 'php' => PHP_VERSION, + 'os' => PHP_OS, 'command' => $_SERVER['REQUEST_URI'], ); } -- cgit v1.2.3