tom             Mon Aug  6 17:13:20 2001 EDT

  Modified files:              
    /phpdoc/en/functions        math.xml 
  Log:
  changed (mt_)rand-parameters (bug #12550)
  
Index: phpdoc/en/functions/math.xml
diff -u phpdoc/en/functions/math.xml:1.40 phpdoc/en/functions/math.xml:1.41
--- phpdoc/en/functions/math.xml:1.40   Sat Aug  4 09:08:04 2001
+++ phpdoc/en/functions/math.xml        Mon Aug  6 17:13:19 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.40 $ -->
+<!-- $Revision: 1.41 $ -->
  <reference id="ref.math">
   <title>Mathematical Functions</title>
   <titleabbrev>Math</titleabbrev>
@@ -714,7 +714,7 @@
        <parameter><optional>min</optional></parameter>
       </paramdef>
       <paramdef>int
-       <parameter><optional>max</optional></parameter>
+       <parameter>max</parameter>
       </paramdef>
      </funcprototype>
     </funcsynopsis>
@@ -1055,7 +1055,7 @@
        <parameter><optional>int min</optional></parameter>
       </paramdef>
       <paramdef>
-       <parameter><optional>int max</optional></parameter>
+       <parameter>int max</parameter>
       </paramdef>
      </funcprototype>
     </funcsynopsis>


Reply via email to