Completed
Push — master ( d46a6d...5f2655 )
by Angus
02:54
created
application/migrations/006_setup_tracker.php 2 patches
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php defined('BASEPATH') OR exit('No direct script access allowed');
1
+<?php defined('BASEPATH') or exit('No direct script access allowed');
2 2
 
3 3
 class Migration_Setup_Tracker extends CI_Migration {
4 4
 	public function __construct() {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -147,7 +147,7 @@
 block discarded – undo
147 147
 		//});
148 148
 		$this->db->insert_batch('tracker_sites', $sitesData);
149 149
 
150
-		foreach ($sitesData as $siteData) {
150
+		foreach($sitesData as $siteData) {
151 151
 			$this->db->insert('tracker_sites', $siteData);
152 152
 		}
153 153
 	}
Please login to merge, or discard this patch.