|
cvs: pear /Image_Transform/Driver IM.php: msg#00595php.cvs.pear
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> |
|---|---|---|
| Previous by Date: | cvs: pear /XML_Transformer/Transformer/Namespace DocBook.php: 00595, Sebastian Bergmann |
|---|---|
| Next by Date: | cvs: pear /HTTP_Request Request.php: 00595, Richard Heyes |
| Previous by Thread: | cvs: pear /Image_Transform/Driver IM.phpi: 00595, Brent Cook |
| Next by Thread: | cvs: pear /DBA Sql_lex.php Sql_parse.php: 00595, Brent Cook |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |