There are a couple of places in the DB_query_builder.php file where a missing language line is referenced:
|
return ($this->db_debug) ? $this->display_error('insert_batch() called with no data') : FALSE; |
|
return ($this->db_debug) ? $this->display_error('update_batch() called with no data') : FALSE; |