Completed
Push — development ( 068460...4f9711 )
by Nils
07:45
created
install/upgrade_run_2.1.27.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -206,8 +206,8 @@
 block discarded – undo
206 206
     "INT(12) NOT NULL AUTO_INCREMENT FIRST, ADD PRIMARY KEY (`increment_id`)"
207 207
 );
208 208
 if ($res === true) {
209
-  // Change name of field
210
-  mysqli_query($db_link, "ALTER TABLE `".$pre."misc` CHANGE `id` `increment_id` INT(12) NOT NULL AUTO_INCREMENT");
209
+    // Change name of field
210
+    mysqli_query($db_link, "ALTER TABLE `".$pre."misc` CHANGE `id` `increment_id` INT(12) NOT NULL AUTO_INCREMENT");
211 211
 } elseif ($res === false) {
212 212
     echo '[{"finish":"1", "msg":"", "error":"An error appears when adding increment_id user_ip to table misc! '.mysqli_error($db_link).'!"}]';
213 213
     mysqli_close($db_link);
Please login to merge, or discard this patch.