phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api starter.inc.php,1.1.1.1.2.7,1.1.1.1.2.8


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] api starter.inc.php,1.1.1.1.2.7,1.1.1.1.2.8
Date: Mon, 27 Oct 2003 19:37:59 +0000

Update of /cvsroot/phpgroupware/api
In directory subversions:/tmp/cvs-serv19085/api

Modified Files:
      Tag: proposal-branch
        starter.inc.php 
Log Message:
made more quiet

Index: starter.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/starter.inc.php,v
retrieving revision 1.1.1.1.2.7
retrieving revision 1.1.1.1.2.8
diff -C2 -d -r1.1.1.1.2.7 -r1.1.1.1.2.8
*** starter.inc.php     27 Oct 2003 19:25:34 -0000      1.1.1.1.2.7
--- starter.inc.php     27 Oct 2003 19:37:56 -0000      1.1.1.1.2.8
***************
*** 208,212 ****
                $result = execmethod($methodname,$inputs);
  
!               /* If the method doesnt exist, then we try and handle the 
situation nicely. */
                if($result == '##NOMETHOD##')
                {
--- 208,212 ----
                $result = execmethod($methodname,$inputs);
  
!               /* If the method doesnt exist, then we try and handle the 
situation nicely (and quietly). */
                if($result == '##NOMETHOD##')
                {
***************
*** 220,224 ****
                                $methodname = 
$GLOBALS['phpgw_data']['flags']['req_app'].'.'.$GLOBALS['phpgw_data']['flags']['req_class'].'.start';
     
                        }
!                       $result = execmethod($methodname,$inputs);
  
                        /* If the method still doesnt exist, then we try and 
keep the user in the app they requested */
--- 220,224 ----
                                $methodname = 
$GLOBALS['phpgw_data']['flags']['req_app'].'.'.$GLOBALS['phpgw_data']['flags']['req_class'].'.start';
     
                        }
!                       $result = execmethod($methodname,$inputs, True);
  
                        /* If the method still doesnt exist, then we try and 
keep the user in the app they requested */
***************
*** 226,230 ****
                        {
                                $methodname = 
$GLOBALS['phpgw_data']['flags']['req_app'].'.base.start'; 
!                               $result = execmethod($methodname,$inputs);
                                if($result == '##NOMETHOD##')
                                {
--- 226,230 ----
                        {
                                $methodname = 
$GLOBALS['phpgw_data']['flags']['req_app'].'.base.start'; 
!                               $result = execmethod($methodname,$inputs, True);
                                if($result == '##NOMETHOD##')
                                {





reply via email to

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