[geeklog-cvs] geeklog-1.3 config.php,1.116,1.117

tony at iowaoutdoors.org tony at iowaoutdoors.org
Mon Jun 7 11:21:15 EDT 2004


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

Modified Files:
	config.php 
Log Message:
Using 1 and 0 instead of true and false for enabling/disabling PDF feature (consistent with other features).

Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.116
retrieving revision 1.117
diff -C2 -d -r1.116 -r1.117
*** config.php	4 Jun 2004 21:51:14 -0000	1.116
--- config.php	7 Jun 2004 15:21:12 -0000	1.117
***************
*** 307,312 ****
  // and *nix
  
! // Enables the PDF generator feature.  
! $_CONF['pdf_enabled'] = false;
  // Absolute path to the htmldoc binary
  $_CONF['path_to_htmldoc'] = '/path/to/htmldoc';
--- 307,312 ----
  // and *nix
  
! // Enables the PDF generator feature.  1 = on, 0 = off
! $_CONF['pdf_enabled'] = 0;
  // Absolute path to the htmldoc binary
  $_CONF['path_to_htmldoc'] = '/path/to/htmldoc';




More information about the geeklog-cvs mailing list