tuupola         Tue Jan 16 06:59:01 2001 EDT

  Modified files:              
    /php4/pear/Image    Remote.php 
  Log:
  
  Fixed the vim rules.
  
  
Index: php4/pear/Image/Remote.php
diff -u php4/pear/Image/Remote.php:1.2 php4/pear/Image/Remote.php:1.3
--- php4/pear/Image/Remote.php:1.2      Tue Jan  9 17:01:55 2001
+++ php4/pear/Image/Remote.php  Tue Jan 16 06:59:01 2001
@@ -1,6 +1,6 @@
 <?php
 
-/* vim: set ts=4 sw=4: */
+/* vim: set expandtab tabstop=4 shiftwidth=4: */
 // +----------------------------------------------------------------------+
 // | PHP version 4.0                                                      |
 // +----------------------------------------------------------------------+
@@ -17,7 +17,7 @@
 // | Authors: Mika Tuupola <[EMAIL PROTECTED]>                       |
 // +----------------------------------------------------------------------+
 //
-// $Id: Remote.php,v 1.2 2001/01/10 01:01:55 ssb Exp $
+// $Id: Remote.php,v 1.3 2001/01/16 14:59:01 tuupola Exp $
 
 define("GIF_SIGNATURE_LENGTH",      3);
 define("GIF_VERSION_LENGTH",        3);
@@ -89,7 +89,7 @@
      *        only http.
      *
      * @author Mika Tuupola <[EMAIL PROTECTED]>
-     * @version $Revision: 1.2 $
+     * @version $Revision: 1.3 $
      */
 
     function Image_Remote($input) 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to