summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/cubrid/cubrid_forge.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-01-27 20:05:55 +0100
committerAndrey Andreev <narf@bofh.bg>2012-01-27 20:05:55 +0100
commit7719a037c4648be714ebe577aa38acba012f7d90 (patch)
treed9041e0760c54bd347812999e198e85438366e38 /system/database/drivers/cubrid/cubrid_forge.php
parentca7e5f1eb15408b9d71e55d9a0e54b96f5ddc6aa (diff)
Switch _process_fields() from private to protected
Diffstat (limited to 'system/database/drivers/cubrid/cubrid_forge.php')
-rw-r--r--system/database/drivers/cubrid/cubrid_forge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/drivers/cubrid/cubrid_forge.php b/system/database/drivers/cubrid/cubrid_forge.php
index 4b1c2839a..8423180e9 100644
--- a/system/database/drivers/cubrid/cubrid_forge.php
+++ b/system/database/drivers/cubrid/cubrid_forge.php
@@ -70,7 +70,7 @@ class CI_DB_cubrid_forge extends CI_DB_forge {
* @param mixed the fields
* @return string
*/
- private function _process_fields($fields)
+ protected function _process_fields($fields)
{
$current_field_count = 0;
$sql = '';