sniper          Sun Jan 29 17:54:45 2006 UTC

  Modified files:              (Branch: PHP_5_1)
    /php-src/ext/standard       string.c 
  Log:
  nuke ws pollution
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/string.c?r1=1.445.2.7&r2=1.445.2.8&diff_format=u
Index: php-src/ext/standard/string.c
diff -u php-src/ext/standard/string.c:1.445.2.7 
php-src/ext/standard/string.c:1.445.2.8
--- php-src/ext/standard/string.c:1.445.2.7     Sat Jan 28 00:14:01 2006
+++ php-src/ext/standard/string.c       Sun Jan 29 17:54:45 2006
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: string.c,v 1.445.2.7 2006/01/28 00:14:01 pajoye Exp $ */
+/* $Id: string.c,v 1.445.2.8 2006/01/29 17:54:45 sniper Exp $ */
 
 /* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */
 
@@ -4654,7 +4654,7 @@
                WRONG_PARAM_COUNT;
        }
 
-    convert_to_string_ex(arg);
+       convert_to_string_ex(arg);
        RETVAL_ZVAL(*arg, 1, 0);
 
        php_strtr(Z_STRVAL_P(return_value), Z_STRLEN_P(return_value), 
rot13_from, rot13_to, 52);

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

Reply via email to