phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/inc class.service_todo.inc.php,1.1,1.2


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.service_todo.inc.php,1.1,1.2 class.service_notes.inc.php,1.2,1.3
Date: Tue, 19 Mar 2002 22:36:11 -0500

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv12094

Modified Files:
        class.service_todo.inc.php class.service_notes.inc.php 
Log Message:
update to reflect new classnames

Index: class.service_todo.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.service_todo.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.service_todo.inc.php  20 Mar 2002 03:30:56 -0000      1.1
--- class.service_todo.inc.php  20 Mar 2002 03:35:42 -0000      1.2
***************
*** 28,32 ****
                {
                        $this->provider = 
$GLOBALS['phpgw_info']['todo_service'] ? $GLOBALS['phpgw_info']['todo_service'] 
: 'todo';
!                       $this->svc = $this->provider . '.bo' . $this->provider;
                        $type = $this->type ? $this->type : 'xmlrpc';
                        $this->function_map = ExecMethod($this->svc . 
'.list_methods',$type);
--- 28,32 ----
                {
                        $this->provider = 
$GLOBALS['phpgw_info']['todo_service'] ? $GLOBALS['phpgw_info']['todo_service'] 
: 'todo';
!                       $this->svc = $this->provider . '.bo';
                        $type = $this->type ? $this->type : 'xmlrpc';
                        $this->function_map = ExecMethod($this->svc . 
'.list_methods',$type);

Index: class.service_notes.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.service_notes.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.service_notes.inc.php 20 Mar 2002 03:30:56 -0000      1.2
--- class.service_notes.inc.php 20 Mar 2002 03:35:42 -0000      1.3
***************
*** 28,32 ****
                {
                        $this->provider = 
$GLOBALS['phpgw_info']['notes_service'] ? 
$GLOBALS['phpgw_info']['notes_service'] : 'notes';
!                       $this->svc = $this->provider . '.bo' . $this->provider;
                        $type = $this->type ? $this->type : 'xmlrpc';
                        $this->function_map = ExecMethod($this->svc . 
'.list_methods',$type);
--- 28,32 ----
                {
                        $this->provider = 
$GLOBALS['phpgw_info']['notes_service'] ? 
$GLOBALS['phpgw_info']['notes_service'] : 'notes';
!                       $this->svc = $this->provider . '.bo';
                        $type = $this->type ? $this->type : 'xmlrpc';
                        $this->function_map = ExecMethod($this->svc . 
'.list_methods',$type);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]