changeset 1004:76e26fc5d544

false/FALSE.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 23 Mar 2015 23:56:43 +0200
parents 668fd0ea4e08
children f650ae251d8c
files faptool.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;