File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ public function initialize()
406
406
/* If an established connection is available, then there's
407
407
* no need to connect and select the database.
408
408
*
409
- * Depending on the database driver, conn_id can be either
409
+ * Depending on the database driver, connID can be either
410
410
* boolean TRUE, a resource or an object.
411
411
*/
412
412
if ($ this ->connID ) {
@@ -846,7 +846,7 @@ public function transBegin(bool $testMode = false): bool
846
846
}
847
847
848
848
// 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
850
850
// even if the queries produce a successful result.
851
851
$ this ->transFailure = $ testMode ;
852
852
You can’t perform that action at this time.
0 commit comments