Passed
Push — development ( 26f03f...b9cf22 )
by Nils
09:54
created
sources/items.queries.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3066,7 +3066,7 @@
 block discarded – undo
3066 3066
                         }
3067 3067
 
3068 3068
                         // Build array with items
3069
-                        array_push($itemsIDList, array($record['id'], $pw, utf8_encode($record['login']), $displayItem));//
3069
+                        array_push($itemsIDList, array($record['id'], $pw, utf8_encode($record['login']), $displayItem)); //
3070 3070
 
3071 3071
                         $i++;
3072 3072
                     }
Please login to merge, or discard this patch.