didou           Thu Dec  4 11:57:46 2003 EDT

  Modified files:              
    /phpdoc/en/reference/calendar/functions     easter-date.xml 
  Log:
  oh, there's a warning tag
  
Index: phpdoc/en/reference/calendar/functions/easter-date.xml
diff -u phpdoc/en/reference/calendar/functions/easter-date.xml:1.7 
phpdoc/en/reference/calendar/functions/easter-date.xml:1.8
--- phpdoc/en/reference/calendar/functions/easter-date.xml:1.7  Fri Oct 24 08:06:52 
2003
+++ phpdoc/en/reference/calendar/functions/easter-date.xml      Thu Dec  4 11:57:46 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/calendar.xml, last change in rev 1.2 -->
   <refentry id="function.easter-date">
    <refnamediv>
@@ -24,9 +24,6 @@
      localtime if ommited.
     </para>
     <para>
-     <emphasis>Warning:</emphasis> This function will generate
-     a warning if the year is outside of the range for UNIX
-     timestamps (i.e. before 1970 or after 2037).
      <example>
       <title><function>easter_date</function> example</title>
       <programlisting role="php">
@@ -42,6 +39,12 @@
       </programlisting>
      </example>
     </para>
+    <warning>
+     <para>
+      This function will generate a warning if the year is outside
+      of the range for UNIX timestamps (i.e. before 1970 or after 2037).
+     </para>
+    </warning>
     <para>
      The date of Easter Day was defined by the Council of Nicaea in
      AD325 as the Sunday after the first full moon which falls on or

Reply via email to