diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-12-16 17:03:01 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-12-16 17:03:01 +0100 |
commit | a072247dde60497f879b2a00790a6ec0a64fab4c (patch) | |
tree | a70ae364717100d7487cb37dfdcd00805739573c /program/lib/Roundcube/rcube_db.php | |
parent | ff4a92c8e2f11711975f9697a057cd96ce370bc5 (diff) |
Fix package definitions and include framework classes in phpdoc
Diffstat (limited to 'program/lib/Roundcube/rcube_db.php')
-rw-r--r-- | program/lib/Roundcube/rcube_db.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Roundcube/rcube_db.php b/program/lib/Roundcube/rcube_db.php index 2c471e74d..e6e8c2ede 100644 --- a/program/lib/Roundcube/rcube_db.php +++ b/program/lib/Roundcube/rcube_db.php @@ -25,7 +25,7 @@ * This is a wrapper for the PHP PDO. * * @package Framework - * @sbpackage Database + * @subpackage Database */ class rcube_db { |