X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=html%2Fcombine.php;h=d5c23fc79d80365f0fe7901f5ce8ae921c681d04;hb=2b74e8d0ef05d1e1f105fe059dff27b3fcb56b2b;hp=2eadab8a960f68c97460d54146e8f9dbf7299378;hpb=d8a55d76008032b00c862dd802f77f26a64cb1d7;p=gosa.git diff --git a/html/combine.php b/html/combine.php index 2eadab8a9..d5c23fc79 100644 --- a/html/combine.php +++ b/html/combine.php @@ -60,7 +60,7 @@ imagecopy ($pic, $image1, 0, 0, 0, 0, imagesx($image1), imagesy($image1)); imagecopy ($pic, $image2, imagesx($image1), 0, 0, 0, imagesx($image2), imagesy($image2)); imagePng($pic); -error_reporting (E_ALL); +error_reporting (E_ALL | E_STRICT); // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: ?>