summaryrefslogtreecommitdiff
path: root/program/include/rcube_db_mysql.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-07-08 10:58:11 +0200
committerAleksander Machniak <alec@alec.pl>2012-07-08 10:58:11 +0200
commit3d231c88fa299787fe52e00773d03a4efa51590d (patch)
tree8f3c63c3accb6f75340d209f60f9a45ee0d7edee /program/include/rcube_db_mysql.php
parentc389a85978bc5cf8f0f9d06c58664a35c4746447 (diff)
CS fixes
Diffstat (limited to 'program/include/rcube_db_mysql.php')
-rw-r--r--program/include/rcube_db_mysql.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/program/include/rcube_db_mysql.php b/program/include/rcube_db_mysql.php
index 71f81956a..38b15fa42 100644
--- a/program/include/rcube_db_mysql.php
+++ b/program/include/rcube_db_mysql.php
@@ -1,6 +1,6 @@
<?php
-/*
+/**
+-----------------------------------------------------------------------+
| program/include/rcube_db_mysql.php |
| |
@@ -26,8 +26,8 @@
*
* This is a wrapper for the PHP PDO
*
- * @package Database
- * @version 1.0
+ * @package Database
+ * @version 1.0
*/
class rcube_db_mysql extends rcube_db
{
@@ -93,8 +93,8 @@ class rcube_db_mysql extends rcube_db
/**
* Get database runtime variables
*
- * @param string $varname Variable name
- * @param mixed $default Default value if variable is not set
+ * @param string $varname Variable name
+ * @param mixed $default Default value if variable is not set
*
* @return mixed Variable value or default
*/