Passed
Pull Request — release-2.1 (#6171)
by Mathias
04:49
created
Sources/Subs-Db-postgresql.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -670,7 +670,7 @@
 block discarded – undo
670 670
 		foreach ($columns as $columnName => $type)
671 671
 		{
672 672
 			//check pk fiel
673
-			IF (in_array($columnName, $keys))
673
+			if (in_array($columnName, $keys))
674 674
 			{
675 675
 				$key_str .= ($count_pk > 0 ? ',' : '');
676 676
 				$key_str .= $columnName;
Please login to merge, or discard this patch.