From 9ab34604d94270f6c1795c7dd7b615273d05db0c Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sat, 17 Nov 2012 03:24:05 -0500
Subject: [PATCH] Define @package and @subpackage of Framework classes
---
program/include/rcube_db.php | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/program/include/rcube_db.php b/program/include/rcube_db.php
index b066101..5d8c4a5 100644
--- a/program/include/rcube_db.php
+++ b/program/include/rcube_db.php
@@ -21,12 +21,11 @@
/**
- * Database independent query interface
+ * Database independent query interface.
+ * This is a wrapper for the PHP PDO.
*
- * This is a wrapper for the PHP PDO
- *
- * @package Database
- * @version 1.0
+ * @package Framework
+ * @sbpackage Database
*/
class rcube_db
{
--
Gitblit v1.9.1