From e93e54fb265481d60bcb4fd2e995366afa758b72 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sun, 21 Sep 2008 07:05:41 -0400
Subject: [PATCH] Tiny correction of phpdoc
---
program/include/rcmail.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/program/include/rcmail.php b/program/include/rcmail.php
index 12270f0..10395b0 100644
--- a/program/include/rcmail.php
+++ b/program/include/rcmail.php
@@ -223,7 +223,7 @@
/**
* Get the current database connection
*
- * @return object rcube_db Database connection object
+ * @return object rcube_mdb2 Database connection object
*/
public function get_dbh()
{
--
Gitblit v1.9.1