diff options
-rw-r--r-- | system/database/DB_driver.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index 96becd767..f3433f849 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php @@ -829,7 +829,7 @@ abstract class CI_DB_driver { // -------------------------------------------------------------------- /** - * Returns whether a transaction is currently active + * Returns TRUE if a transaction is currently active * * @return bool */ |