[geeklog-cvs] MVCnPHP/contactmanager/views EditContact.class.php,1.1.1.1,1.2 ShowContacts.class.php,1.1.1.1,1.2

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Mon Jul 14 12:22:37 EDT 2003


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

Modified Files:
	EditContact.class.php ShowContacts.class.php 
Log Message:
Changed paths to require_once directives.  We now assume the MVCnPHP folder is in php.ini's include_path.


Index: EditContact.class.php
===================================================================
RCS file: /usr/cvs/geeklog/MVCnPHP/contactmanager/views/EditContact.class.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** EditContact.class.php	5 Apr 2003 20:00:53 -0000	1.1.1.1
--- EditContact.class.php	14 Jul 2003 16:22:35 -0000	1.2
***************
*** 22,26 ****
  * Abstract view class
  */
! require_once dirname(__FILE__) . '/../../BaseView.class.php';
  
  /**
--- 22,26 ----
  * Abstract view class
  */
! require_once 'BaseView.class.php';
  
  /**

Index: ShowContacts.class.php
===================================================================
RCS file: /usr/cvs/geeklog/MVCnPHP/contactmanager/views/ShowContacts.class.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** ShowContacts.class.php	5 Apr 2003 20:00:53 -0000	1.1.1.1
--- ShowContacts.class.php	14 Jul 2003 16:22:35 -0000	1.2
***************
*** 22,26 ****
  * Abstract view class
  */
! require_once dirname(__FILE__) . '/../../BaseView.class.php';
  
  /**
--- 22,26 ----
  * Abstract view class
  */
! require_once 'BaseView.class.php';
  
  /**





More information about the geeklog-cvs mailing list