# HG changeset patch # User Matti Hamalainen # Date 1427147803 -7200 # Node ID 76e26fc5d544461ff97ba567bf0acc636627b0e6 # Parent 668fd0ea4e08a563b88907cbe2cf6dd8dbc2b15d false/FALSE. diff -r 668fd0ea4e08 -r 76e26fc5d544 faptool.php --- a/faptool.php Mon Mar 09 08:03:15 2015 +0200 +++ b/faptool.php Mon Mar 23 23:56:43 2015 +0200 @@ -37,7 +37,7 @@ // Create conversion entity $img = new Imagick($tmpFilename); - if ($img === false) + if ($img === FALSE) { echo "ERROR: Oh noes! ImageMagick could not digest the file '".$tmpFilename."' (".$inFilename.")\n"; return FALSE;