phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: infolog/inc class.boinfolog.inc.php, 1.14.2.3.2.


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: infolog/inc class.boinfolog.inc.php, 1.14.2.3.2.9, 1.14.2.3.2.10 class.bolink.inc.php, 1.20.2.4, 1.20.2.5 class.customfields_widget.inc.php, 1.1.2.1, 1.1.2.2 class.sbox2.inc.php, 1.1.2.4.2.1, 1.1.2.4.2.2 class.soinfolog.inc.php, 1.10.2.1.2.6, 1.10.2.1.2.7 class.solink.inc.php, 1.12.2.1, 1.12.2.2 class.uicustomfields.inc.php, 1.1.2.1, 1.1.2.2 class.uiinfolog.inc.php, 1.30.2.12.2.6, 1.30.2.12.2.7 class.uilink.inc.php, 1.6.2.1, 1.6.2.2 class.vfs.inc.php, 1.3.2.1.2.1, 1.3.2.1.2.2 hook_admin.inc.php, 1.4.4.3, 1.4.4.4 hook_home.inc.php, 1.3.2.2.2.1, 1.3.2.2.2.2 hook_preferences.inc.php, 1.8.6.1, 1.8.6.2 hook_settings.inc.php, 1.1.2.3, 1.1.2.4
Date: Sat, 06 Sep 2003 21:29:32 -0400

Update of /cvsroot/phpgroupware/infolog/inc
In directory subversions:/tmp/cvs-serv17696/inc

Modified Files:
      Tag: Version-0_9_16-branch
        class.boinfolog.inc.php class.bolink.inc.php 
        class.customfields_widget.inc.php class.sbox2.inc.php 
        class.soinfolog.inc.php class.solink.inc.php 
        class.uicustomfields.inc.php class.uiinfolog.inc.php 
        class.uilink.inc.php class.vfs.inc.php hook_admin.inc.php 
        hook_home.inc.php hook_preferences.inc.php 
        hook_settings.inc.php 
Log Message:
updated copyright

Index: class.boinfolog.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/class.boinfolog.inc.php,v
retrieving revision 1.14.2.3.2.9
retrieving revision 1.14.2.3.2.10
diff -C2 -r1.14.2.3.2.9 -r1.14.2.3.2.10
*** class.boinfolog.inc.php     24 Aug 2003 22:16:42 -0000      1.14.2.3.2.9
--- class.boinfolog.inc.php     7 Sep 2003 01:29:29 -0000       1.14.2.3.2.10
***************
*** 1,16 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - InfoLog                                                
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Ralf Becker <address@hidden>                  *
!       * originaly based on todo written by Joseph Engo <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 boinfolog                         // BO: buiseness objects: 
internal logic
--- 1,19 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - InfoLog                                             *
!  * 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 Ralf Becker - <address@hidden>       *
!  * Based on ToDo Written by Joseph Engo <jengo 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$ */
  
        class boinfolog                         // BO: buiseness objects: 
internal logic

Index: class.bolink.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/class.bolink.inc.php,v
retrieving revision 1.20.2.4
retrieving revision 1.20.2.5
diff -C2 -r1.20.2.4 -r1.20.2.5
*** class.bolink.inc.php        21 Aug 2003 09:33:21 -0000      1.20.2.4
--- class.bolink.inc.php        7 Sep 2003 01:29:29 -0000       1.20.2.5
***************
*** 1,15 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - InfoLog Links                                          
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written 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$ */
  
        include_once(PHPGW_INCLUDE_ROOT . '/infolog/inc/class.solink.inc.php');
--- 1,19 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - InfoLog                                             *
!  * 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 Ralf Becker - <address@hidden>       *
!  * Based on ToDo Written by Joseph Engo <jengo 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$ */
  
        include_once(PHPGW_INCLUDE_ROOT . '/infolog/inc/class.solink.inc.php');

Index: class.customfields_widget.inc.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/infolog/inc/Attic/class.customfields_widget.inc.php,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** class.customfields_widget.inc.php   24 Aug 2003 22:16:42 -0000      1.1.2.1
--- class.customfields_widget.inc.php   7 Sep 2003 01:29:29 -0000       1.1.2.2
***************
*** 1,15 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - InfoLog - eTemplate Widget to show the custom fields   
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written 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$ */
  
        /*!
--- 1,18 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - InfoLog                                             *
!  * 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 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$ */
  
        /*!

Index: class.sbox2.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/class.sbox2.inc.php,v
retrieving revision 1.1.2.4.2.1
retrieving revision 1.1.2.4.2.2
diff -C2 -r1.1.2.4.2.1 -r1.1.2.4.2.2
*** class.sbox2.inc.php 11 Aug 2003 22:32:55 -0000      1.1.2.4.2.1
--- class.sbox2.inc.php 7 Sep 2003 01:29:29 -0000       1.1.2.4.2.2
***************
*** 1,27 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare API - Select Box 2                                          *
!   * Written by Ralf Becker <address@hidden>                  *
!   * Class for creating select boxes for addresse, projects, array items, ... *
!   * Copyright (C) 2000, 2001 Dan Kuykendall                                  *
!   * -------------------------------------------------------------------------*
!   * This library is part of the phpGroupWare API                             *
!   * http://www.phpgroupware.org/api                                          *
!   * ------------------------------------------------------------------------ *
!   * This library is free software; you can redistribute it and/or modify it  *
!   * under the terms of the GNU Lesser General Public License as published by *
!   * the Free Software Foundation; either version 2.1 of the License,         *
!   * or any later version.                                                    *
!   * This library is distributed in the hope that it will be useful, but      *
!   * WITHOUT ANY WARRANTY; without even the implied warranty of               *
!   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                     *
!   * See the GNU Lesser General Public License for more details.              *
!   * You should have received a copy of the GNU Lesser General Public License *
!   * along with this library; if not, write to the Free Software Foundation,  *
!   * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA            *
!   \**************************************************************************/
! 
!   /* $Id$ */
! 
        if(!isset($GLOBALS['phpgw_info']['flags']['included_classes']['sbox']))
        {
--- 1,20 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - InfoLog                                             *
!  * 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 Ralf Becker - <address@hidden>       *
!  * Based on class.sbox2.inc.php from the phpGroupWare API             *
!  * --------------------------------------------                               
*
!  * 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$ */
!  
        if(!isset($GLOBALS['phpgw_info']['flags']['included_classes']['sbox']))
        {

Index: class.soinfolog.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/class.soinfolog.inc.php,v
retrieving revision 1.10.2.1.2.6
retrieving revision 1.10.2.1.2.7
diff -C2 -r1.10.2.1.2.6 -r1.10.2.1.2.7
*** class.soinfolog.inc.php     25 Aug 2003 15:19:44 -0000      1.10.2.1.2.6
--- class.soinfolog.inc.php     7 Sep 2003 01:29:29 -0000       1.10.2.1.2.7
***************
*** 1,16 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - InfoLog                                                
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Ralf Becker <address@hidden>                  *
!       * originaly based on todo written by Joseph Engo <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$ */
  
        /*!
--- 1,19 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - InfoLog                                             *
!  * 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 Ralf Becker - <address@hidden>       *
!  * Based on ToDo Written by Joseph Engo <jengo 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$ */
  
        /*!

Index: class.solink.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/class.solink.inc.php,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -C2 -r1.12.2.1 -r1.12.2.2
*** class.solink.inc.php        11 Aug 2003 22:32:55 -0000      1.12.2.1
--- class.solink.inc.php        7 Sep 2003 01:29:29 -0000       1.12.2.2
***************
*** 1,15 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - InfoLog Links                                          
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written 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$ */
  
        $GLOBALS['phpgw_info']['flags']['included_classes']['solink'] = True;
--- 1,18 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - InfoLog                                             *
!  * 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 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$ */
  
        $GLOBALS['phpgw_info']['flags']['included_classes']['solink'] = True;

Index: class.uicustomfields.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/Attic/class.uicustomfields.inc.php,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** class.uicustomfields.inc.php        24 Aug 2003 22:16:42 -0000      1.1.2.1
--- class.uicustomfields.inc.php        7 Sep 2003 01:29:29 -0000       1.1.2.2
***************
*** 1,15 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - InfoLog: Custom fields, typ and status                 
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written 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 uicustomfields
--- 1,18 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - InfoLog                                             *
!  * 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 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 uicustomfields

Index: class.uiinfolog.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/class.uiinfolog.inc.php,v
retrieving revision 1.30.2.12.2.6
retrieving revision 1.30.2.12.2.7
diff -C2 -r1.30.2.12.2.6 -r1.30.2.12.2.7
*** class.uiinfolog.inc.php     24 Aug 2003 22:16:42 -0000      1.30.2.12.2.6
--- class.uiinfolog.inc.php     7 Sep 2003 01:29:29 -0000       1.30.2.12.2.7
***************
*** 1,16 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - InfoLog                                                
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Ralf Becker <address@hidden>                  *
!       * originaly based on todo written by Joseph Engo <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 uiinfolog         // UI - User Interface - HTML 
--- 1,19 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - InfoLog                                             *
!  * 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 Ralf Becker - <address@hidden>       *
!  * Based on ToDo Written by Joseph Engo <jengo 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$ */
  
        class uiinfolog         // UI - User Interface - HTML 

Index: class.uilink.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/class.uilink.inc.php,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -C2 -r1.6.2.1 -r1.6.2.2
*** class.uilink.inc.php        11 Aug 2003 22:32:55 -0000      1.6.2.1
--- class.uilink.inc.php        7 Sep 2003 01:29:29 -0000       1.6.2.2
***************
*** 1,15 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - InfoLog Links                                          
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written 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$ */
  
        include_once(PHPGW_INCLUDE_ROOT . '/infolog/inc/class.bolink.inc.php');
--- 1,19 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - InfoLog                                             *
!  * 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 Ralf Becker - <address@hidden>       *
!  * Based on ToDo Written by Joseph Engo <jengo 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$ */
  
        include_once(PHPGW_INCLUDE_ROOT . '/infolog/inc/class.bolink.inc.php');

Index: class.vfs.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/class.vfs.inc.php,v
retrieving revision 1.3.2.1.2.1
retrieving revision 1.3.2.1.2.2
diff -C2 -r1.3.2.1.2.1 -r1.3.2.1.2.2
*** class.vfs.inc.php   11 Aug 2003 22:32:55 -0000      1.3.2.1.2.1
--- class.vfs.inc.php   7 Sep 2003 01:29:29 -0000       1.3.2.1.2.2
***************
*** 1,26 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare API - VFS                                                   *
!   * This file written by Jason Wies (Zone) <address@hidden>      *
!   * This class handles file/dir access for phpGroupWare                      *
!   * Copyright (C) 2001 Jason Wies                                          *
!   * -------------------------------------------------------------------------*
!   * This library is part of the phpGroupWare API                             *
!   * http://www.phpgroupware.org/api                                          
* 
!   * ------------------------------------------------------------------------ *
!   * This library is free software; you can redistribute it and/or modify it  *
!   * under the terms of the GNU Lesser General Public License as published by *
!   * the Free Software Foundation; either version 2.1 of the License,         *
!   * or any later version.                                                    *
!   * This library is distributed in the hope that it will be useful, but      *
!   * WITHOUT ANY WARRANTY; without even the implied warranty of               *
!   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                     *
!   * See the GNU Lesser General Public License for more details.              *
!   * You should have received a copy of the GNU Lesser General Public License *
!   * along with this library; if not, write to the Free Software Foundation,  *
!   * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA            *
!   \**************************************************************************/
! 
!   /* $Id$ */
  
        /*!
--- 1,18 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - InfoLog                                             *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2001, 2002, 2003 Free Software Foundation, Inc.          *
!  *                                                                    *
!  * Originally Written by Jason Wies <zone at users.sourceforge.net>   *
!  * --------------------------------------------                               
*
!  * This program is Free Software; you can redistribute it and/or modify *
!  * it under the terms of the GNU General Lesser Public License as     *
!  * published by the Free Software Foundation; either version 2.1 of the *
!  *License, or at your option) any later version.                      *
!  \**********************************************************************/
!  /* $Id$ */
  
        /*!

Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/hook_admin.inc.php,v
retrieving revision 1.4.4.3
retrieving revision 1.4.4.4
diff -C2 -r1.4.4.3 -r1.4.4.4
*** hook_admin.inc.php  24 Aug 2003 22:16:42 -0000      1.4.4.3
--- hook_admin.inc.php  7 Sep 2003 01:29:29 -0000       1.4.4.4
***************
*** 1,13 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - Info Log administration                                
   *
!       * 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$ */
  
        {
--- 1,19 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - InfoLog                                             *
!  * 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 Ralf Becker - <address@hidden>       *
!  * Based on ToDo Written by Joseph Engo <jengo 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$ */
  
        {

Index: hook_home.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/hook_home.inc.php,v
retrieving revision 1.3.2.2.2.1
retrieving revision 1.3.2.2.2.2
diff -C2 -r1.3.2.2.2.1 -r1.3.2.2.2.2
*** hook_home.inc.php   11 Aug 2003 22:32:55 -0000      1.3.2.2.2.1
--- hook_home.inc.php   7 Sep 2003 01:29:29 -0000       1.3.2.2.2.2
***************
*** 1,13 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - Info Log administration                                
   *
!       * 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$ */
  
        if 
($GLOBALS['phpgw_info']['user']['preferences']['infolog']['homeShowEvents'])
--- 1,19 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - InfoLog                                             *
!  * 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 Ralf Becker - <address@hidden>       *
!  * Based on ToDo Written by Joseph Engo <jengo 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$ */
  
        if 
($GLOBALS['phpgw_info']['user']['preferences']['infolog']['homeShowEvents'])

Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/hook_preferences.inc.php,v
retrieving revision 1.8.6.1
retrieving revision 1.8.6.2
diff -C2 -r1.8.6.1 -r1.8.6.2
*** hook_preferences.inc.php    28 Mar 2003 02:13:30 -0000      1.8.6.1
--- hook_preferences.inc.php    7 Sep 2003 01:29:29 -0000       1.8.6.2
***************
*** 1,15 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - InfoLog Preferences                                    
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written 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$ */
  
  {
--- 1,19 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - InfoLog                                             *
!  * 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 Ralf Becker - <address@hidden>       *
!  * Based on ToDo Written by Joseph Engo <jengo 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$ */
  
  {

Index: hook_settings.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/hook_settings.inc.php,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** hook_settings.inc.php       11 Aug 2003 22:32:55 -0000      1.1.2.3
--- hook_settings.inc.php       7 Sep 2003 01:29:29 -0000       1.1.2.4
***************
*** 1,14 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - InfoLog Preferences                                    
           *
!       * 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$ */
  
        create_check_box('Show open entries: Tasks/Calls/Notes on main 
screen','homeShowEvents',
--- 1,19 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - InfoLog                                             *
!  * 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 Ralf Becker - <address@hidden>       *
!  * Based on ToDo Written by Joseph Engo <jengo 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$ */
  
        create_check_box('Show open entries: Tasks/Calls/Notes on main 
screen','homeShowEvents',





reply via email to

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