[geeklog-cvs] geeklog-1.3/public_html/admin/install check.php,1.5,1.6

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Fri Oct 15 14:19:15 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html/admin/install
In directory www:/tmp/cvs-serv14365/public_html/admin/install

Modified Files:
	check.php 
Log Message:
Disabled PDF support for now.


Index: check.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/admin/install/check.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** check.php	11 Aug 2004 18:35:15 -0000	1.5
--- check.php	15 Oct 2004 18:19:12 -0000	1.6
***************
*** 42,46 ****
  require_once ('../../lib-common.php');
  
! $numTests   = 6;  // total number of tests to perform
  $successful = 0;  // number of successful tests
  $failed     = 0;  // number of failed tests
--- 42,46 ----
  require_once ('../../lib-common.php');
  
! $numTests   = 5;  // total number of tests to perform
  $successful = 0;  // number of successful tests
  $failed     = 0;  // number of failed tests
***************
*** 154,160 ****
          $successful++;
      }
! } else {
!     echo '<p>PDF support is disabled - <b>pdfs</b> directory not tested.' . LB;
!     $notTested++;
  }
  
--- 154,160 ----
          $successful++;
      }
! //} else {
! //    echo '<p>PDF support is disabled - <b>pdfs</b> directory not tested.' . LB;
! //    $notTested++;
  }
  




More information about the geeklog-cvs mailing list