mk              Fri Feb 22 05:50:49 2002 EDT

  Modified files:              
    /phpdoc/en/functions        pdf.xml 
  Log:
  Fixed bug 15671
  
Index: phpdoc/en/functions/pdf.xml
diff -u phpdoc/en/functions/pdf.xml:1.77 phpdoc/en/functions/pdf.xml:1.78
--- phpdoc/en/functions/pdf.xml:1.77    Sat Feb  2 10:36:07 2002
+++ phpdoc/en/functions/pdf.xml Fri Feb 22 05:50:47 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.77 $ -->
+<!-- $Revision: 1.78 $ -->
  <reference id="ref.pdf">
   <title>PDF functions </title>
   <titleabbrev>PDF</titleabbrev>
@@ -2031,7 +2031,7 @@
       <programlisting role="php">
 <![CDATA[
 // Set fill and stroke colors to white.
-pdf_setcolor($pdf, "cmyk", "rgb", 0, 0, 0, 1);
+pdf_setcolor($pdf, "both", "cmyk", 0, 0, 0, 1);
 ]]>
       </programlisting>
      </informalexample>


Reply via email to