phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: addbook/inc class.addbook_contacts.inc.php,1.1.1


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: addbook/inc class.addbook_contacts.inc.php,1.1.1.1,1.2 class.addbook_nextmatchs.inc.php,1.1.1.1,1.2 class.functions.inc.php,1.1.1.1,1.2 class.generic.inc.php,1.1.1.1,1.2 class.org.inc.php,1.1.1.1,1.2 class.person.inc.php,1.1.1.1,1.2 class.prefs.inc.php,1.1.1.1,1.2 class.soaddbook.inc.php,1.1.1.1,1.2 class.uiaddbook.inc.php,1.1.1.1,1.2
Date: Mon, 06 May 2002 21:52:15 -0400

Update of /cvsroot/phpgroupware/addbook/inc
In directory subversions:/tmp/cvs-serv1834

Modified Files:
        class.addbook_contacts.inc.php 
        class.addbook_nextmatchs.inc.php class.functions.inc.php 
        class.generic.inc.php class.org.inc.php class.person.inc.php 
        class.prefs.inc.php class.soaddbook.inc.php 
        class.uiaddbook.inc.php 
Log Message:
format banners, add Id

Index: class.addbook_contacts.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addbook/inc/class.addbook_contacts.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** class.addbook_contacts.inc.php      6 May 2002 21:04:51 -0000       1.1.1.1
--- class.addbook_contacts.inc.php      7 May 2002 01:52:12 -0000       1.2
***************
*** 11,14 ****
--- 11,16 ----
        
\**************************************************************************/
  
+       /* $Id$ */
+ 
        class addbook_contacts
        {

Index: class.addbook_nextmatchs.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addbook/inc/class.addbook_nextmatchs.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** class.addbook_nextmatchs.inc.php    6 May 2002 21:04:52 -0000       1.1.1.1
--- class.addbook_nextmatchs.inc.php    7 May 2002 01:52:12 -0000       1.2
***************
*** 22,25 ****
--- 22,27 ----
        
\**************************************************************************/
  
+       /* $Id$ */
+ 
        //adjust the phpgwapi.nextmatchs to the addbook needs
        //16.04.2002 heiko

Index: class.functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addbook/inc/class.functions.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** class.functions.inc.php     6 May 2002 21:04:51 -0000       1.1.1.1
--- class.functions.inc.php     7 May 2002 01:52:12 -0000       1.2
***************
*** 1,5 ****
  <?php
        
/**************************************************************************\
!       * phpGroupWare Application - addbook                                    
                                   *
        * http://www.phpgroupware.org                                           
   *
        * Written by Heiko Schwarzenberg <address@hidden>              *
--- 1,5 ----
  <?php
        
/**************************************************************************\
!       * phpGroupWare Application - addbook                                    
   *
        * http://www.phpgroupware.org                                           
   *
        * Written by Heiko Schwarzenberg <address@hidden>              *
***************
*** 10,13 ****
--- 10,15 ----
        *  option) any later version.                                           
   *
        
\**************************************************************************/
+ 
+       /* $Id$ */
  
        class functions

Index: class.generic.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addbook/inc/class.generic.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** class.generic.inc.php       6 May 2002 21:04:53 -0000       1.1.1.1
--- class.generic.inc.php       7 May 2002 01:52:12 -0000       1.2
***************
*** 1,5 ****
  <?php
        
/**************************************************************************\
!       * phpGroupWare Application - addbook                                    
                                   *
        * http://www.phpgroupware.org                                           
   *
        * Written by Heiko Schwarzenberg <address@hidden>              *
--- 1,5 ----
  <?php
        
/**************************************************************************\
!       * phpGroupWare Application - addbook                                    
   *
        * http://www.phpgroupware.org                                           
   *
        * Written by Heiko Schwarzenberg <address@hidden>              *
***************
*** 10,13 ****
--- 10,15 ----
        *  option) any later version.                                           
   *
        
\**************************************************************************/
+ 
+       /* $Id$ */
  
        class generic

Index: class.org.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addbook/inc/class.org.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** class.org.inc.php   6 May 2002 21:04:53 -0000       1.1.1.1
--- class.org.inc.php   7 May 2002 01:52:12 -0000       1.2
***************
*** 1,5 ****
  <?php
        
/**************************************************************************\
!       * phpGroupWare Application - addbook                                    
                                   *
        * http://www.phpgroupware.org                                           
   *
        * Written by Heiko Schwarzenberg <address@hidden>              *
--- 1,5 ----
  <?php
        
/**************************************************************************\
!       * phpGroupWare Application - addbook                                    
   *
        * http://www.phpgroupware.org                                           
   *
        * Written by Heiko Schwarzenberg <address@hidden>              *
***************
*** 10,13 ****
--- 10,15 ----
        *  option) any later version.                                           
   *
        
\**************************************************************************/
+ 
+       /* $Id$ */
  
        class org

Index: class.person.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addbook/inc/class.person.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** class.person.inc.php        6 May 2002 21:04:53 -0000       1.1.1.1
--- class.person.inc.php        7 May 2002 01:52:12 -0000       1.2
***************
*** 1,5 ****
  <?php
        
/**************************************************************************\
!       * phpGroupWare Application - addbook                                    
                                   *
        * http://www.phpgroupware.org                                           
   *
        * Written by Heiko Schwarzenberg <address@hidden>              *
--- 1,5 ----
  <?php
        
/**************************************************************************\
!       * phpGroupWare Application - addbook                                    
   *
        * http://www.phpgroupware.org                                           
   *
        * Written by Heiko Schwarzenberg <address@hidden>              *
***************
*** 10,13 ****
--- 10,15 ----
        *  option) any later version.                                           
   *
        
\**************************************************************************/
+ 
+       /* $Id$ */
  
        class person

Index: class.prefs.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addbook/inc/class.prefs.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** class.prefs.inc.php 6 May 2002 21:04:53 -0000       1.1.1.1
--- class.prefs.inc.php 7 May 2002 01:52:12 -0000       1.2
***************
*** 1,5 ****
  <?php
        
/**************************************************************************\
!       * phpGroupWare Application - addbook                                    
                                   *
        * http://www.phpgroupware.org                                           
   *
        * Written by Heiko Schwarzenberg <address@hidden>              *
--- 1,5 ----
  <?php
        
/**************************************************************************\
!       * phpGroupWare Application - addbook                                    
   *
        * http://www.phpgroupware.org                                           
   *
        * Written by Heiko Schwarzenberg <address@hidden>              *
***************
*** 10,13 ****
--- 10,16 ----
        *  option) any later version.                                           
   *
        
\**************************************************************************/
+ 
+       /* $Id$ */
+ 
        class prefs
        {

Index: class.soaddbook.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addbook/inc/class.soaddbook.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** class.soaddbook.inc.php     6 May 2002 21:04:53 -0000       1.1.1.1
--- class.soaddbook.inc.php     7 May 2002 01:52:12 -0000       1.2
***************
*** 1,5 ****
  <?php
        
/**************************************************************************\
!       * phpGroupWare - addbook                                                
       *
        * http://www.phpgroupware.org                                           
   *
        * Written by heiko address@hidden>                             *
--- 1,5 ----
  <?php
        
/**************************************************************************\
!       * phpGroupWare - addbook                                                
   *
        * http://www.phpgroupware.org                                           
   *
        * Written by heiko address@hidden>                             *
***************
*** 10,13 ****
--- 10,15 ----
        *  option) any later version.                                           
   *
        
\**************************************************************************/
+ 
+       /* $Id$ */
  
        //TODO: xml-rpc doesnt work yet

Index: class.uiaddbook.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addbook/inc/class.uiaddbook.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** class.uiaddbook.inc.php     6 May 2002 21:04:53 -0000       1.1.1.1
--- class.uiaddbook.inc.php     7 May 2002 01:52:12 -0000       1.2
***************
*** 1,6 ****
  <?php
- 
        
/**************************************************************************\
!       * phpGroupWare Application - addbook                                    
                                   *
        * http://www.phpgroupware.org                                           
   *
        * Written by Heiko Schwarzenberg <address@hidden>              *
--- 1,5 ----
  <?php
        
/**************************************************************************\
!       * phpGroupWare Application - addbook                                    
   *
        * http://www.phpgroupware.org                                           
   *
        * Written by Heiko Schwarzenberg <address@hidden>              *
***************
*** 11,14 ****
--- 10,15 ----
        *  option) any later version.                                           
   *
        
\**************************************************************************/
+ 
+       /* $Id$ */
  
        class uiaddbook




reply via email to

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