diff options
author | jerkob <jsterry@gmail.com> | 2020-01-28 17:30:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-28 17:30:44 +0100 |
commit | 259da38bedb09b4df1a94a922ec9b3e8d4f53d23 (patch) | |
tree | 302635af6ef4cd43d665b512d392a10515d8a521 | |
parent | 235f9cf2af212629d66a6227208b21ee1900aba3 (diff) |
Small tweak to `trans_active()` description
-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 */ |