commit | a3c5cfca6b4a1ec183f3b3c9af88c7f686cf167e | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Fri Jan 27 20:50:33 2012 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Fri Jan 27 20:50:33 2012 +0200 |
tree | 09099689064cb390799a4e67a6cdceb61e89e2be | |
parent | f055fa98c7c7dbdd44ca485cde9efe112f713123 [diff] [blame] |
Switch _process_fields() from private to protected
diff --git a/system/database/drivers/mysqli/mysqli_forge.php b/system/database/drivers/mysqli/mysqli_forge.php index 319c6fd..7de0361 100644 --- a/system/database/drivers/mysqli/mysqli_forge.php +++ b/system/database/drivers/mysqli/mysqli_forge.php
@@ -66,7 +66,7 @@ * @param mixed the fields * @return string */ - private function _process_fields($fields) + public function _process_fields($fields) { $current_field_count = 0; $sql = '';