Author: Derick Rethans
Date: 2006-01-13 14:36:40 +0100 (Fri, 13 Jan 2006)
New Revision: 1829

Log:
- Fixed over use of brackets.

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:27:14 UTC 
(rev 1828)
+++ packages/ImageAnalysis/trunk/src/handlers/php.php   2006-01-13 13:36:40 UTC 
(rev 1829)
@@ -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();

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

Reply via email to