Code Duplication    Length = 2-2 lines in 2 locations

framework/Koch/Functions/Functions.php 2 locations

@@ 260-261 (lines=2) @@
257
                    $new = self::array_compare($value, $array2[$key]);
258
259
                    if ($new !== false) {
260
                        if ($new[0] !== null) {
261
                            $diff[0][$key] = $new[0];
262
                        }
263
                        if ($new[1] !== null) {
264
                            $diff[1][$key] = $new[1];
@@ 263-264 (lines=2) @@
260
                        if ($new[0] !== null) {
261
                            $diff[0][$key] = $new[0];
262
                        }
263
                        if ($new[1] !== null) {
264
                            $diff[1][$key] = $new[1];
265
                        }
266
                    }
267
                }