diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-08-07 21:02:12 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-08-07 21:02:12 +0000 |
| commit | 04107213faada624e58c82712ce1429a9d6db8a2 (patch) | |
| tree | abf2b1b5689dd080a34b383d7651e3a58f6c7c55 /roundcubemail/program/include/rcube_db.inc | |
| parent | f46626aaf2426cb1374628c8c4194c64bc716fd6 (diff) | |
Documentation, code style and cleanup
git-svn-id: https://svn.roundcube.net/trunk@666 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_db.inc')
| -rw-r--r-- | roundcubemail/program/include/rcube_db.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_db.inc b/roundcubemail/program/include/rcube_db.inc index 626cb64df..ed2dcc5bb 100644 --- a/roundcubemail/program/include/rcube_db.inc +++ b/roundcubemail/program/include/rcube_db.inc @@ -33,7 +33,7 @@ require_once('DB.php'); * * This is a wrapper for the PEAR::DB class * - * @package RoundCube Webmail + * @package Database * @author David Saez Padros <david@ols.es> * @author Thomas Bruederli <roundcube@gmail.com> * @version 1.17 |
