[geeklog-cvs] MVCnPHP/contactmanager/commands DeleteContact.class.php,1.1.1.1,1.2 SaveContact.class.php,1.1.1.1,1.2 SearchContacts.class.php,1.1.1.1,1.2 ValidateContact.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:21:51 EDT 2003


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

Modified Files:
	DeleteContact.class.php SaveContact.class.php 
	SearchContacts.class.php ValidateContact.class.php 
Log Message:
Updated paths on require_once directives.  We now assume the path to the base MVCnPHP folders is in php.ini's include_path.


Index: DeleteContact.class.php
===================================================================
RCS file: /usr/cvs/geeklog/MVCnPHP/contactmanager/commands/DeleteContact.class.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** DeleteContact.class.php	5 Apr 2003 20:00:52 -0000	1.1.1.1
--- DeleteContact.class.php	14 Jul 2003 16:21:45 -0000	1.2
***************
*** 22,26 ****
  * Abstract command class
  */
! require_once dirname(__FILE__) . '/../../BaseCommand.class.php';
  
  /**
--- 22,26 ----
  * Abstract command class
  */
! require_once 'BaseCommand.class.php';
  
  /**

Index: SaveContact.class.php
===================================================================
RCS file: /usr/cvs/geeklog/MVCnPHP/contactmanager/commands/SaveContact.class.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** SaveContact.class.php	5 Apr 2003 20:00:52 -0000	1.1.1.1
--- SaveContact.class.php	14 Jul 2003 16:21:45 -0000	1.2
***************
*** 22,26 ****
  * Abstract command class
  */
! require_once dirname(__FILE__) . '/../../BaseCommand.class.php';
  
  /**
--- 22,26 ----
  * Abstract command class
  */
! require_once 'BaseCommand.class.php';
  
  /**

Index: SearchContacts.class.php
===================================================================
RCS file: /usr/cvs/geeklog/MVCnPHP/contactmanager/commands/SearchContacts.class.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** SearchContacts.class.php	5 Apr 2003 20:00:52 -0000	1.1.1.1
--- SearchContacts.class.php	14 Jul 2003 16:21:45 -0000	1.2
***************
*** 22,26 ****
  * Abstract command class
  */
! require_once dirname(__FILE__) . '/../../BaseCommand.class.php';
  
  /**
--- 22,26 ----
  * Abstract command class
  */
! require_once 'BaseCommand.class.php';
  
  /**

Index: ValidateContact.class.php
===================================================================
RCS file: /usr/cvs/geeklog/MVCnPHP/contactmanager/commands/ValidateContact.class.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** ValidateContact.class.php	5 Apr 2003 20:00:52 -0000	1.1.1.1
--- ValidateContact.class.php	14 Jul 2003 16:21:45 -0000	1.2
***************
*** 22,31 ****
  * MVC validator object
  */
! require_once dirname(__FILE__) . '/../../Validator.class.php';
  
  /**
  * Validation library
  */
! require_once dirname(__FILE__) . '/../Validate.class.php';
  
  /**
--- 22,31 ----
  * MVC validator object
  */
! require_once 'Validator.class.php';
  
  /**
  * Validation library
  */
! require_once 'contactmanager/Validate.class.php';
  
  /**





More information about the geeklog-cvs mailing list