[geeklog-cvs] geeklog-1.3/public_html pdfgenerator.php,1.9,1.10

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Jul 31 17:21:15 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html
In directory www:/tmp/cvs-serv25986

Modified Files:
	pdfgenerator.php 
Log Message:
Removed extra single quotes


Index: pdfgenerator.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/pdfgenerator.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** pdfgenerator.php	9 Jun 2004 18:11:03 -0000	1.9
--- pdfgenerator.php	31 Jul 2004 21:21:12 -0000	1.10
***************
*** 207,213 ****
                      $waitTime=10;
                  }
!                 $pdf->set_var('meta_tag', "<META HTTP-EQUIV=REFRESH CONTENT=\"$waitTime; URL='$urlpath\">");
              } else {
!                 $pdf->set_var('meta_tag', "<META HTTP-EQUIV=REFRESH CONTENT=\"0; URL='$urlpath\">");
              }
              $pdf->parse('page', 'pdf' );
--- 207,213 ----
                      $waitTime=10;
                  }
!                 $pdf->set_var('meta_tag', "<META HTTP-EQUIV=REFRESH CONTENT=\"$waitTime; URL=$urlpath\">");
              } else {
!                 $pdf->set_var('meta_tag', "<META HTTP-EQUIV=REFRESH CONTENT=\"0; URL=$urlpath\">");
              }
              $pdf->parse('page', 'pdf' );
***************
*** 287,289 ****
  }
  
! ?>
\ No newline at end of file
--- 287,289 ----
  }
  
! ?>




More information about the geeklog-cvs mailing list