phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc functions.inc.php,1.125,1.126


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc functions.inc.php,1.125,1.126
Date: Wed, 13 Feb 2002 21:22:19 -0500

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

Modified Files:
        functions.inc.php 
Log Message:
minor rewrite of a set of &quote; to ' and changing the comment to say 
ExecMethod instead of ExecObject.

Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/functions.inc.php,v
retrieving revision 1.125
retrieving revision 1.126
diff -C2 -r1.125 -r1.126
*** functions.inc.php   12 Feb 2002 10:09:53 -0000      1.125
--- functions.inc.php   14 Feb 2002 02:22:17 -0000      1.126
***************
*** 311,315 ****
  
                /* error_reporting(0); */
!               list($appname,$classname) = explode(".", $class);
  
                if 
(!isset($GLOBALS['phpgw_info']['flags']['included_classes'][$classname]) ||
--- 311,315 ----
  
                /* error_reporting(0); */
!               list($appname,$classname) = explode('.', $class);
  
                if 
(!isset($GLOBALS['phpgw_info']['flags']['included_classes'][$classname]) ||
***************
*** 358,362 ****
  
        /*!
!        @function ExecObject
         @abstract Execute a function, and load a class and include the class 
file if not done so already.
         @author seek3r
--- 358,362 ----
  
        /*!
!        @function ExecMethod
         @abstract Execute a function, and load a class and include the class 
file if not done so already.
         @author seek3r




reply via email to

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