diff options
author | Phil Sturgeon <me@philsturgeon.com> | 2021-11-17 17:29:32 +0100 |
---|---|---|
committer | Phil Sturgeon <me@philsturgeon.com> | 2021-11-17 17:29:32 +0100 |
commit | 47c6b45f524f826e56aff8e77bf289bcbfa1b51d (patch) | |
tree | e2533dc0e74d62480b52550a13385168aa9f1992 /system/database/DB_driver.php | |
parent | d49ffb0cbbb19b552bf8f33cbfe9e52505eae21e (diff) | |
parent | 5ad670dea78cc0f0c0fd690220a243a905cb06bf (diff) |
Merge branch 'php80-patch1' of https://github.com/sapics/CodeIgniter into ci3-php8
Diffstat (limited to 'system/database/DB_driver.php')
-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 cba96d9a2..a213d5cba 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php @@ -825,7 +825,7 @@ abstract class CI_DB_driver { { return $this->_trans_status; } - + // -------------------------------------------------------------------- /** |