summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_mdb2.inc
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-08-07 21:02:12 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-08-07 21:02:12 +0000
commit04107213faada624e58c82712ce1429a9d6db8a2 (patch)
treeabf2b1b5689dd080a34b383d7651e3a58f6c7c55 /roundcubemail/program/include/rcube_mdb2.inc
parentf46626aaf2426cb1374628c8c4194c64bc716fd6 (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_mdb2.inc')
-rw-r--r--roundcubemail/program/include/rcube_mdb2.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/roundcubemail/program/include/rcube_mdb2.inc b/roundcubemail/program/include/rcube_mdb2.inc
index 47def0302..b88a773ed 100644
--- a/roundcubemail/program/include/rcube_mdb2.inc
+++ b/roundcubemail/program/include/rcube_mdb2.inc
@@ -32,14 +32,14 @@ require_once('MDB2.php');
*
* This is a wrapper for the PEAR::MDB2 class
*
- * @package RoundCube Webmail
+ * @package Database
* @author David Saez Padros <david@ols.es>
* @author Thomas Bruederli <roundcube@gmail.com>
* @author Lukas Kahwe Smith <smith@pooteeweet.org>
* @version 1.16
* @link http://pear.php.net/package/MDB2
*/
-class rcube_db
+class rcube_mdb2
{
var $db_dsnw; // DSN for write operations
var $db_dsnr; // DSN for read operations
@@ -76,7 +76,7 @@ class rcube_db
/**
* PHP 4 object constructor
*
- * @see rcube_MDB2::__construct
+ * @see rcube_mdb2::__construct
*/
function rcube_db($db_dsnw,$db_dsnr='')
{