logo       

cvs: pear /Image_Transform/Driver IM.php: msg#00595

php.cvs.pear

Subject: cvs: pear /Image_Transform/Driver IM.php

reywob Thu Sep 26 07:01:11 2002 EDT

Modified files:
/pear/Image_Transform/Driver IM.php
Log:
Removed unnecessary inclusion of System/Command.php when it's not being used.


Index: pear/Image_Transform/Driver/IM.php
diff -u pear/Image_Transform/Driver/IM.php:1.9
pear/Image_Transform/Driver/IM.php:1.10
--- pear/Image_Transform/Driver/IM.php:1.9 Sun Sep 8 18:21:08 2002
+++ pear/Image_Transform/Driver/IM.php Thu Sep 26 07:01:10 2002
@@ -15,7 +15,7 @@
// | Authors: Peter Bowyer <peter@xxxxxxxxxxxxxxxxx> |
// +----------------------------------------------------------------------+
//
-// $Id: IM.php,v 1.9 2002/09/08 22:21:08 busterb Exp $
+// $Id: IM.php,v 1.10 2002/09/26 11:01:10 reywob Exp $
//
// Image Transformation interface using command line ImageMagick
//
@@ -36,7 +36,6 @@
*/
function Image_Transform_Driver_IM()
{
- include_once 'System/Command.php';
if (!defined('IMAGE_TRANSFORM_LIB_PATH')) {
include_once 'System/Command.php';
$path =
str_replace('convert','',escapeshellcmd(System_Command::which('convert') ));



--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise