phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/doc/et_notes/inc class.so.inc.php, 1.


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/doc/et_notes/inc class.so.inc.php, 1.1, 1.1.2.1 hook_add_def_pref.inc.php, 1.1, 1.1.2.1 hook_deleteaccount.inc.php, 1.1, 1.1.2.1
Date: Sat, 06 Sep 2003 21:26:43 -0400

Update of /cvsroot/phpgroupware/etemplate/doc/et_notes/inc
In directory subversions:/tmp/cvs-serv17444/doc/et_notes/inc

Modified Files:
      Tag: Version-0_9_16-branch
        class.so.inc.php hook_add_def_pref.inc.php 
        hook_deleteaccount.inc.php 
Log Message:
updated copyright

Index: class.so.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/doc/et_notes/inc/class.so.inc.php,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** class.so.inc.php    3 Apr 2003 01:02:30 -0000       1.1
--- class.so.inc.php    7 Sep 2003 01:26:41 -0000       1.1.2.1
***************
*** 1,15 ****
  <?php
!       
/***************************************************************************\
!       * phpGroupWare - Notes eTemplate Port                                   
    *
!       * http://www.phpgroupware.org                                           
    *
!       * Written by : Bettina Gille address@hidden                         *
!       * Ported to eTemplate by Ralf Becker address@hidden       *
!       * -------------------------------------------------                     
    *
!       * This program is free software; you can redistribute it and/or modify 
it   *
!       * under the terms of the GNU General Public License as published by the 
    *
!       * Free Software Foundation; either version 2 of the License, or (at 
your    *
!       * option) any later version.                                            
    *
!       
\***************************************************************************/
!       /* $Id$ */
  
        class so
--- 1,19 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - eTemplate                                           *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
!  *                                                                    *
!  * Originally Written by Bettina Gille - <ceb at phpgroupware.org>    *
!  * Contibutions form Ralf Becker - <address@hidden>   *
!  * --------------------------------------------                               
*
!  * This program is Free Software; you can redistribute it and/or modify *
!  * it under the terms of the GNU General Public License as published by *
!  * the Free Software Foundation; either version 2 of the License, or  *
!  * at your option) any later version.                                 *
!  \**********************************************************************/
!  /* $Id$ */
  
        class so

Index: hook_add_def_pref.inc.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/etemplate/doc/et_notes/inc/hook_add_def_pref.inc.php,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** hook_add_def_pref.inc.php   3 Apr 2003 01:02:30 -0000       1.1
--- hook_add_def_pref.inc.php   7 Sep 2003 01:26:41 -0000       1.1.2.1
***************
*** 1,13 ****
  <?php
!     
/***************************************************************************\
!     * phpGroupWare - Notes                                                    
  *
!     * http://www.phpgroupware.org                                             
  *
!     * -----------------------------------------------                         
  *
!     * This program is free software; you can redistribute it and/or modify it 
  *
!     * under the terms of the GNU General Public License as published by the   
  *
!     * Free Software Foundation; either version 2 of the License, or (at your  
  *
!     * option) any later version.                                              
  *
!     
\***************************************************************************/
!       /* $Id$ */
  
        global $pref;
--- 1,18 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - eTemplate                                           *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
!  *                                                                    *
!  * Originally Written by Bettina Gille - <ceb at phpgroupware.org>    *
!  * --------------------------------------------                               
*
!  * This program is Free Software; you can redistribute it and/or modify *
!  * it under the terms of the GNU General Public License as published by *
!  * the Free Software Foundation; either version 2 of the License, or  *
!  * at your option) any later version.                                 *
!  \**********************************************************************/
!  /* $Id$ */
  
        global $pref;

Index: hook_deleteaccount.inc.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/etemplate/doc/et_notes/inc/hook_deleteaccount.inc.php,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** hook_deleteaccount.inc.php  3 Apr 2003 01:02:30 -0000       1.1
--- hook_deleteaccount.inc.php  7 Sep 2003 01:26:41 -0000       1.1.2.1
***************
*** 1,15 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare                                                             *
!   * http://www.phpgroupware.org                                              *
!   * Written by Mark Peters <address@hidden>                        *
!   * --------------------------------------------                             *
!   *  This program is free software; you can redistribute it and/or modify it *
!   *  under the terms of the GNU General Public License as published by the   *
!   *  Free Software Foundation; either version 2 of the License, or (at your  *
!   *  option) any later version.                                              *
!   \**************************************************************************/
! 
!       /* $Id$ */
        
        // Delete all records for a user
--- 1,18 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - eTemplate                                           *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
!  *                                                                    *
!  * Originally Written by Mark Peters - <skeeter at phpgroupware.org>  *
!  * --------------------------------------------                               
*
!  * This program is Free Software; you can redistribute it and/or modify *
!  * it under the terms of the GNU General Public License as published by *
!  * the Free Software Foundation; either version 2 of the License, or  *
!  * at your option) any later version.                                 *
!  \**********************************************************************/
!  /* $Id$ */
        
        // Delete all records for a user





reply via email to

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