imajes          Fri Jan  4 00:58:18 2002 EDT

  Modified files:              
    /phpdoc/en/functions        datetime.xml 
  Log:
  changing the strftime example from fr_CA to Fr_FR since it states French, not 
Canadian. fixes bug http://bugs.php.net/bug.php?id=14742
  
  
Index: phpdoc/en/functions/datetime.xml
diff -u phpdoc/en/functions/datetime.xml:1.61 phpdoc/en/functions/datetime.xml:1.62
--- phpdoc/en/functions/datetime.xml:1.61       Tue Jan  1 15:25:20 2002
+++ phpdoc/en/functions/datetime.xml    Fri Jan  4 00:58:18 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.61 $ -->
+<!-- $Revision: 1.62 $ -->
  <reference id="ref.datetime">
   <title>Date and Time functions</title>
   <titleabbrev>Date/time</titleabbrev>
@@ -1078,7 +1078,7 @@
 print (strftime ("%A in Finnish is "));
 setlocale ("LC_TIME", "fi_FI");
 print (strftime ("%A, in French "));
-setlocale ("LC_TIME", "fr_CA");
+setlocale ("LC_TIME", "fr_FR");
 print (strftime ("%A and in German "));
 setlocale ("LC_TIME", "de_DE");
 print (strftime ("%A.\n"));


Reply via email to