phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.preferences.inc.php,1.41,1.42


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.preferences.inc.php,1.41,1.42
Date: Thu, 10 Jan 2002 21:01:26 -0500

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

Modified Files:
        class.preferences.inc.php 
Log Message:
fix banner

Index: class.preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.preferences.inc.php,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -r1.41 -r1.42
*** class.preferences.inc.php   10 Jan 2002 10:09:10 -0000      1.41
--- class.preferences.inc.php   11 Jan 2002 02:01:24 -0000      1.42
***************
*** 1,28 ****
  <?php
        
/**************************************************************************\
!       * phpGroupWare API - Preferences                                        
                *
!       * This file written by Joseph Engo <address@hidden>                     
*
!       * and Mark Peters <address@hidden>                                      
*
!       * Manages user preferences                                              
                *
!       * Copyright (C) 2000, 2001 Joseph Engo                                  
        *
!       * 
-------------------------------------------------------------------------       
              *
!       * 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$ */
!       
        /*!
        @class preferences 
--- 1,28 ----
  <?php
        
/**************************************************************************\
!       * phpGroupWare API - Preferences                                        
   *
!       * This file written by Joseph Engo <address@hidden>                *
!       * and Mark Peters <address@hidden>                               *
!       * Manages user preferences                                              
   *
!       * Copyright (C) 2000, 2001 Joseph Engo                                  
   *
!       * 
-------------------------------------------------------------------------*
!       * 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$ */
! 
        /*!
        @class preferences 
***************
*** 506,511 ****
                        }
                        // are we dealing with the default email account or an 
extra email account?
!                       if (!(isset($acctnum))
!                       || ((string)$acctnum == ''))
                        {
                                // account 0 is the default email account
--- 506,510 ----
                        }
                        // are we dealing with the default email account or an 
extra email account?
!                       if (!(isset($acctnum)) || ((string)$acctnum == ''))
                        {
                                // account 0 is the default email account




reply via email to

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