commit | bcee50ff3247dee71d83bf273e52bc10096cd48c | [log] [tgz] |
---|---|---|
author | Jamie Rumbelow <jamie@jamierumbelow.net> | Thu Mar 08 13:00:15 2012 +0000 |
committer | Jamie Rumbelow <jamie@jamierumbelow.net> | Thu Mar 08 13:00:21 2012 +0000 |
tree | 3e25b2de373cb9e51fb3ccf79a1ad0f7f8cbf813 | |
parent | e311a99e127de3c9b86824127683c85cec2248b7 [diff] |
missed one :bomb:
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index 9e1c605..6a20c00 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php
@@ -74,7 +74,7 @@ public $cache_autodel = FALSE; public $CACHE; // The cache class object - protected $protect_identifiers = TRUE; + protected $_protect_identifiers = TRUE; protected $_reserved_identifiers = array('*'); // Identifiers that should NOT be escaped public function __construct($params)