Completed
Pull Request — master (#7)
by
unknown
03:20
created
php/DatabaseConnect.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,6 +47,6 @@
 block discarded – undo
47 47
 		 
48 48
   if(!$db->query($query) || !$db->query($query2))
49 49
   {
50
-    throw new Exception($db->error($mysqli));
50
+	throw new Exception($db->error($mysqli));
51 51
   }
52 52
 
Please login to merge, or discard this patch.