| @@ 587-593 (lines=7) @@ | ||
| 584 | return ($this->db->db_debug) ? $this->db->display_error('db_unsupported_feature') : FALSE; |
|
| 585 | } |
|
| 586 | ||
| 587 | for ($i = 0, $c = count($sqls); $i < $c; $i++) |
|
| 588 | { |
|
| 589 | if ($this->db->query($sqls[$i]) === FALSE) |
|
| 590 | { |
|
| 591 | return FALSE; |
|
| 592 | } |
|
| 593 | } |
|
| 594 | ||
| 595 | return TRUE; |
|
| 596 | } |
|
| @@ 649-655 (lines=7) @@ | ||
| 646 | return ($this->db->db_debug) ? $this->db->display_error('db_unsupported_feature') : FALSE; |
|
| 647 | } |
|
| 648 | ||
| 649 | for ($i = 0, $c = count($sqls); $i < $c; $i++) |
|
| 650 | { |
|
| 651 | if ($this->db->query($sqls[$i]) === FALSE) |
|
| 652 | { |
|
| 653 | return FALSE; |
|
| 654 | } |
|
| 655 | } |
|
| 656 | ||
| 657 | return TRUE; |
|
| 658 | } |
|