Author: Tobias Schlitt
Date: 2006-01-13 14:27:14 +0100 (Fri, 13 Jan 2006)
New Revision: 1828

Log:
- Fix typo bugs.

Modified:
   packages/ImageAnalysis/trunk/src/handlers/php.php

Modified: packages/ImageAnalysis/trunk/src/handlers/php.php
===================================================================
--- packages/ImageAnalysis/trunk/src/handlers/php.php   2006-01-13 13:25:07 UTC 
(rev 1827)
+++ packages/ImageAnalysis/trunk/src/handlers/php.php   2006-01-13 13:27:14 UTC 
(rev 1828)
@@ -111,7 +111,7 @@
         $data = getimagesize( $file );
         if ( $data === false )
         {
-            throw new ezcImageAnalyzerFileNotProcessableException( $file, 
"<{getimagesize()}> returned false." );
+            throw new ezcImageAnalyzerFileNotProcessableException( $file, 
'<getimagesize()}> returned false.' );
         }
         
         $dataStruct = new ezcImageAnalyzerData();
@@ -439,7 +439,7 @@
             }
             else
             {
-                throw new ezcImageAnalyzerException( $file, "Invalid block 
type 0x" . hexdec( $blockType ) . " in GIF image." );
+                throw new ezcImageAnalyzerFileNotProcessableException( $file, 
"Invalid block type 0x" . hexdec( $blockType ) . " in GIF image." );
             }
             if ( feof( $fp ) )
             {

-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to