Code Duplication    Length = 4-4 lines in 2 locations

htdocs/lib2/imagebmp.inc.php 2 locations

@@ 318-321 (lines=4) @@
315
                    }
316
                }
317
318
                for ($x = 0; $x < strlen($Data); $x++) {
319
                    imagesetpixel($img, $x, $y, $Palette[ord($Data[$x])]);
320
                }
321
                $Data = '';
322
            }
323
        }
324
@@ 388-391 (lines=4) @@
385
                    }
386
                }
387
388
                for ($x = 0; $x < strlen($Data); $x++) {
389
                    imagesetpixel($img, $x, $y, $Palette[ord($Data[$x])]);
390
                }
391
                $Data = '';
392
            }
393
        }
394