stas            Wed Jul 23 20:21:23 2008 UTC

  Modified files:              
    /php-src/ext/intl/tests     ut_common.inc 
  Log:
  typoes
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/intl/tests/ut_common.inc?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/intl/tests/ut_common.inc
diff -u php-src/ext/intl/tests/ut_common.inc:1.4 
php-src/ext/intl/tests/ut_common.inc:1.5
--- php-src/ext/intl/tests/ut_common.inc:1.4    Wed Jul 23 18:45:10 2008
+++ php-src/ext/intl/tests/ut_common.inc        Wed Jul 23 20:21:23 2008
@@ -352,8 +352,8 @@
     return $GLOBALS['oo-mode'] ? Locale::lookup( 
$lang_tag_arr,$loc_range,$isCanonical,$default_loc ) : locale_lookup( 
$lang_tag_arr,$loc_range,$isCanonical,$default_loc );
 }
 function ut_loc_accept_http($http) {
-       return $GLOBALS['oo-mode'] ? 
Locale::acceptFromHttp($http):locale_accept_from_http($http);^
-
+       return $GLOBALS['oo-mode'] ? 
Locale::acceptFromHttp($http):locale_accept_from_http($http);
+}
 /* MessageFormatter functions */
 function ut_msgfmt_create( $locale, $pattern)
 {



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

Reply via email to