Skip to content

Commit 2cedf9e

Browse files
Update BaseConnection.php
1 parent 40a5ada commit 2cedf9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/Database/BaseConnection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ public function initialize()
406406
/* If an established connection is available, then there's
407407
* no need to connect and select the database.
408408
*
409-
* Depending on the database driver, conn_id can be either
409+
* Depending on the database driver, connID can be either
410410
* boolean TRUE, a resource or an object.
411411
*/
412412
if ($this->connID) {
@@ -846,7 +846,7 @@ public function transBegin(bool $testMode = false): bool
846846
}
847847

848848
// Reset the transaction failure flag.
849-
// If the $test_mode flag is set to TRUE transactions will be rolled back
849+
// If the $testMode flag is set to TRUE transactions will be rolled back
850850
// even if the queries produce a successful result.
851851
$this->transFailure = $testMode;
852852

0 commit comments

Comments
 (0)