phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc common_functions.inc.php,1.1,1.2
Date: Fri, 01 Mar 2002 23:08:22 -0500

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

Modified Files:
        common_functions.inc.php 
Log Message:
minor formatting and grammar

Index: common_functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/common_functions.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** common_functions.inc.php    1 Mar 2002 12:31:50 -0000       1.1
--- common_functions.inc.php    2 Mar 2002 04:08:20 -0000       1.2
***************
*** 22,35 ****
         * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA        
    *
         
\**************************************************************************/
!       
        /* $Id$ */
!       
        
/****************************************************************************\
!        * Direct functions, which are not part of the API class                
      *
!        * because they are require to be availble at the lowest level.         
      *
!        
\****************************************************************************/
        /*!
         @collection_start direct functions
!        @abstract Direct functions, which are not part of the API class 
because they are require to be availble at the lowest level.
        */
        /*!
--- 22,35 ----
         * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA        
    *
         
\**************************************************************************/
! 
        /* $Id$ */
! 
        
/****************************************************************************\
!        * Direct functions which are not part of the API classes               
     *
!        * because they are required to be available at the lowest level.       
     *
!        
\***************************************************************************/
        /*!
         @collection_start direct functions
!        @abstract Direct functions which are not part of the API classes 
because they are required to be available at the lowest level.
        */
        /*!
***************
*** 153,157 ****
                }
        }
!       
        /*!
         @function sanitize
--- 153,157 ----
                }
        }
! 
        /*!
         @function sanitize
***************
*** 365,369 ****
                                        if(@isset($GLOBALS[$variable]))
                                        {
!                                               $var = $GLOBALS[$variable];     
                                }
                                        break;
                                case 'POST':
--- 365,370 ----
                                        if(@isset($GLOBALS[$variable]))
                                        {
!                                               $var = $GLOBALS[$variable];
!                                       }
                                        break;
                                case 'POST':
***************
*** 385,389 ****
                return (@$var?$var:'');
        }
!       
        /*!
         @function CreateObject
--- 386,390 ----
                return (@$var?$var:'');
        }
! 
        /*!
         @function CreateObject




reply via email to

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