msopacua Thu Oct 10 15:52:13 2002 EDT
Modified files:
/php4/tests/lang 034.phpt
Log:
Sorry, shouldn't use undo on packetloss connections
Index: php4/tests/lang/034.phpt
diff -u php4/tests/lang/034.phpt:1.4 php4/tests/lang/034.phpt:1.5
--- php4/tests/lang/034.phpt:1.4 Thu Oct 10 14:36:12 2002
+++ php4/tests/lang/034.phpt Thu Oct 10 15:52:13 2002
@@ -4,7 +4,7 @@
<?php # try to activate a german locale
$status = false;
foreach(array("de_DE", "de", "german", "ge") as $lang) {
- if($lang == setlocale(LC_NUMERIC, $lang) {
+ if($lang == setlocale(LC_NUMERIC, $lang)) {
$status = true;
continue;
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php