[geeklog-cvs] MVCnPHP/quickform/views QFExampleOne.class.php,1.1,1.2

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Mon Jul 14 12:38:18 EDT 2003


Update of /usr/cvs/geeklog/MVCnPHP/quickform/views
In directory internal.geeklog.net:/tmp/cvs-serv6836

Modified Files:
	QFExampleOne.class.php 
Log Message:
Change require_once directive.  We now assume that the MVCnPHP folder is in the include_path that PHP uses.

Index: QFExampleOne.class.php
===================================================================
RCS file: /usr/cvs/geeklog/MVCnPHP/quickform/views/QFExampleOne.class.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** QFExampleOne.class.php	2 May 2003 18:00:39 -0000	1.1
--- QFExampleOne.class.php	14 Jul 2003 16:38:16 -0000	1.2
***************
*** 1,5 ****
  <?php
  
! require_once '../QF_View.class.php';
  
  class QFExampleOne extends QF_View {
--- 1,5 ----
  <?php
  
! require_once 'QF_View.class.php';
  
  class QFExampleOne extends QF_View {





More information about the geeklog-cvs mailing list