diff options
author | alecpl <alec@alec.pl> | 2010-09-25 13:03:53 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-09-25 13:03:53 +0000 |
commit | e019f2d0f2dc2fbfa345ab5d7ae85e67bfdd76b8 (patch) | |
tree | ebde4a0ae4c57dd23a84d841b7eb6a04c1b6cdcf /installer/rcube_install.php | |
parent | 6465a92a38bb42dae3f669e9f2e4f570b6dd5d95 (diff) |
- s/RoundCube/Roundcube/
Diffstat (limited to 'installer/rcube_install.php')
-rw-r--r-- | installer/rcube_install.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/installer/rcube_install.php b/installer/rcube_install.php index afd422433..677dda1e5 100644 --- a/installer/rcube_install.php +++ b/installer/rcube_install.php @@ -4,8 +4,8 @@ +-----------------------------------------------------------------------+ | rcube_install.php | | | - | This file is part of the RoundCube Webmail package | - | Copyright (C) 2008-2009, RoundCube Dev. - Switzerland | + | This file is part of the Roundcube Webmail package | + | Copyright (C) 2008-2009, Roundcube Dev. - Switzerland | | Licensed under the GNU Public License | +-----------------------------------------------------------------------+ @@ -15,10 +15,10 @@ /** - * Class to control the installation process of the RoundCube Webmail package + * Class to control the installation process of the Roundcube Webmail package * * @category Install - * @package RoundCube + * @package Roundcube * @author Thomas Bruederli */ class rcube_install @@ -327,7 +327,7 @@ class rcube_install /** * Compare the local database schema with the reference schema - * required for this version of RoundCube + * required for this version of Roundcube * * @param boolean True if the schema schould be updated * @return boolean True if the schema is up-to-date, false if not or an error occured @@ -366,7 +366,7 @@ class rcube_install /** * Compare the local database schema with the reference schema - * required for this version of RoundCube + * required for this version of Roundcube * * @param boolean True if the schema schould be updated * @return boolean True if the schema is up-to-date, false if not or an error occured @@ -624,7 +624,7 @@ class rcube_install } /** - * Handler for RoundCube errors + * Handler for Roundcube errors */ function raise_error($p) { |