@@ -35,7 +35,7 @@ discard block |
||
35 | 35 | { |
36 | 36 | if ($this->db === null) |
37 | 37 | { |
38 | - $CI =& get_instance(); |
|
38 | + $CI = & get_instance(); |
|
39 | 39 | $CI->load->database(); |
40 | 40 | $this->db = $CI->db; |
41 | 41 | } |
@@ -54,7 +54,7 @@ discard block |
||
54 | 54 | */ |
55 | 55 | protected function tearDown() |
56 | 56 | { |
57 | - if (! empty($this->insertCache)) |
|
57 | + if ( ! empty($this->insertCache)) |
|
58 | 58 | { |
59 | 59 | foreach ($this->insertCache as $row) |
60 | 60 | { |
@@ -71,7 +71,7 @@ discard block |
||
71 | 71 | $this->db->close(); |
72 | 72 | $this->db = null; |
73 | 73 | |
74 | - $CI =& get_instance(); |
|
74 | + $CI = & get_instance(); |
|
75 | 75 | $CI->load->database(); |
76 | 76 | $this->db = $this->CI->db; |
77 | 77 | } |