commit | f32110a952f8e1f58c4c0f13715681c248bc8ace | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Thu Jan 26 11:04:11 2012 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Thu Jan 26 11:04:11 2012 +0200 |
tree | 8c8525ed7b84a2a626ba771bbee7cc600c9aace8 | |
parent | 12567e8263be2d007dc50fc94e7456c7183f8098 [diff] |
Fix a comment typo
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index eb6ab74..113c3d3 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php
@@ -74,7 +74,7 @@ protected $_protect_identifiers = TRUE; protected $_reserved_identifiers = array('*'); // Identifiers that should NOT be escaped - // These are use with Oracle + // These are used with Oracle public $stmt_id; public $curs_id; public $limit_used;