phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api class.accounts.php, 1.1.1.1, 1.1.1.1.2.1 class.ac


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] api class.accounts.php, 1.1.1.1, 1.1.1.1.2.1 class.acl.php, 1.1.1.1.2.4, 1.1.1.1.2.5 class.apps.php, 1.1.1.1.2.3, 1.1.1.1.2.4 class.auth.php, 1.1.1.1.2.3, 1.1.1.1.2.4 class.clientsniffer.php, 1.1.1.1, 1.1.1.1.2.1 class.db.php, 1.1.1.1, 1.1.1.1.2.1 class.hooks.php, 1.1.1.1, 1.1.1.1.2.1 class.interface.php, 1.1.2.1, 1.1.2.2 class.lang.php, 1.1.2.10, 1.1.2.11 class.msgbox.php, 1.1.1.1.2.3, 1.1.1.1.2.4 class.phpgw.php, 1.1.1.1.2.29, 1.1.1.1.2.30 class.schema_proc.php, 1.1.1.1, 1.1.1.1.2.1 class.schema_proc_array.php, 1.1.1.1, 1.1.1.1.2.1 class.schema_proc_db.php, 1.1.1.1, 1.1.1.1.2.1 class.sessions.php, 1.1.1.1, 1.1.1.1.2.1 class.setup.php, 1.1.1.1.2.9, 1.1.1.1.2.10 class.xmltool.php, 1.1.1.1.2.5, 1.1.1.1.2.6 class.xslt.php, 1.1.1.1.2.4, 1.1.1.1.2.5 core_functions.inc.php, 1.1.1.1.2.11, 1.1.1.1.2.12 starter.inc.php, 1.1.1.1.2.19, 1.1.1.1.2.20
Date: Mon, 03 Nov 2003 17:31:24 +0000

Update of /cvsroot/phpgroupware/api
In directory subversions:/tmp/cvs-serv6754

Modified Files:
      Tag: proposal-branch
        class.accounts.php class.acl.php class.apps.php class.auth.php 
        class.clientsniffer.php class.db.php class.hooks.php 
        class.interface.php class.lang.php class.msgbox.php 
        class.phpgw.php class.schema_proc.php 
        class.schema_proc_array.php class.schema_proc_db.php 
        class.sessions.php class.setup.php class.xmltool.php 
        class.xslt.php core_functions.inc.php starter.inc.php 
Log Message:
Added missing headers and missing $Source$ tags


Index: class.apps.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.apps.php,v
retrieving revision 1.1.1.1.2.3
retrieving revision 1.1.1.1.2.4
diff -C2 -d -r1.1.1.1.2.3 -r1.1.1.1.2.4
*** class.apps.php      3 Nov 2003 09:19:59 -0000       1.1.1.1.2.3
--- class.apps.php      3 Nov 2003 17:31:20 -0000       1.1.1.1.2.4
***************
*** 23,26 ****
--- 23,27 ----
  
        /* $Id$ */
+       /* $Source$ */
  
        class api_apps

Index: class.xslt.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.xslt.php,v
retrieving revision 1.1.1.1.2.4
retrieving revision 1.1.1.1.2.5
diff -C2 -d -r1.1.1.1.2.4 -r1.1.1.1.2.5
*** class.xslt.php      24 Oct 2003 07:26:32 -0000      1.1.1.1.2.4
--- class.xslt.php      3 Nov 2003 17:31:21 -0000       1.1.1.1.2.5
***************
*** 23,26 ****
--- 23,27 ----
  
        /* $Id$ */
+       /* $Source$ */
  
        /*

Index: class.hooks.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.hooks.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** class.hooks.php     23 Oct 2003 07:25:01 -0000      1.1.1.1
--- class.hooks.php     3 Nov 2003 17:31:20 -0000       1.1.1.1.2.1
***************
*** 23,26 ****
--- 23,27 ----
  
        /* $Id$ */
+       /* $Source$ */
  
        class api_hooks

Index: class.phpgw.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.phpgw.php,v
retrieving revision 1.1.1.1.2.29
retrieving revision 1.1.1.1.2.30
diff -C2 -d -r1.1.1.1.2.29 -r1.1.1.1.2.30
*** class.phpgw.php     3 Nov 2003 14:49:59 -0000       1.1.1.1.2.29
--- class.phpgw.php     3 Nov 2003 17:31:21 -0000       1.1.1.1.2.30
***************
*** 23,26 ****
--- 23,27 ----
  
        /* $Id$ */
+       /* $Source$ */
  
        $GLOBALS['docs']['api']['classes']['api_phpgw'] = array(

Index: class.accounts.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.accounts.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** class.accounts.php  23 Oct 2003 07:25:01 -0000      1.1.1.1
--- class.accounts.php  3 Nov 2003 17:31:20 -0000       1.1.1.1.2.1
***************
*** 1,3 ****
--- 1,26 ----
  <?php
+       
/**************************************************************************\
+       * phpGroupWare                                                          
   *
+       * http://www.phpgroupware.org                                           
   *
+       * 
-------------------------------------------------------------------------*
+       * 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$ */
+       /* $Source$ */
+ 
        if (empty($GLOBALS['phpgw_data']['server']['account_repository']))
        {
***************
*** 12,13 ****
--- 35,37 ----
        }
        include_once(PHPGW_API.SEP.'accounts'.SEP.'class.accounts_' . 
$GLOBALS['phpgw_data']['server']['account_repository'] . '.php');
+ 

Index: class.lang.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/Attic/class.lang.php,v
retrieving revision 1.1.2.10
retrieving revision 1.1.2.11
diff -C2 -d -r1.1.2.10 -r1.1.2.11
*** class.lang.php      1 Nov 2003 19:01:00 -0000       1.1.2.10
--- class.lang.php      3 Nov 2003 17:31:20 -0000       1.1.2.11
***************
*** 23,26 ****
--- 23,27 ----
  
        /* $Id$ */
+       /* $Source$ */
  
        class api_lang

Index: class.schema_proc_array.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.schema_proc_array.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** class.schema_proc_array.php 23 Oct 2003 07:25:01 -0000      1.1.1.1
--- class.schema_proc_array.php 3 Nov 2003 17:31:21 -0000       1.1.1.1.2.1
***************
*** 1,17 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare - Setup                                                     *
!   * http://www.phpgroupware.org                                              *
!   * --------------------------------------------                             *
!   * This file written by Michael Dean<address@hidden>           *
!   *  and Miles Lott<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 api_schema_proc_array
--- 1,18 ----
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - Setup                                                  
   *
!       * http://www.phpgroupware.org                                           
   *
!       * --------------------------------------------                          
   *
!       * This file written by Michael Dean<address@hidden>           *
!       *  and Miles Lott<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$ */
!       /* $Source$ */
  
        class api_schema_proc_array

Index: class.xmltool.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.xmltool.php,v
retrieving revision 1.1.1.1.2.5
retrieving revision 1.1.1.1.2.6
diff -C2 -d -r1.1.1.1.2.5 -r1.1.1.1.2.6
*** class.xmltool.php   28 Oct 2003 04:28:44 -0000      1.1.1.1.2.5
--- class.xmltool.php   3 Nov 2003 17:31:21 -0000       1.1.1.1.2.6
***************
*** 23,26 ****
--- 23,27 ----
  
        /* $Id$ */
+       /* $Source$ */
  
        function var2xml($data, $name = 'appcontent', $is_root = True)

Index: class.schema_proc.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.schema_proc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** class.schema_proc.php       23 Oct 2003 07:25:01 -0000      1.1.1.1
--- class.schema_proc.php       3 Nov 2003 17:31:21 -0000       1.1.1.1.2.1
***************
*** 1,17 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare - Setup                                                     *
!   * http://www.phpgroupware.org                                              *
!   * --------------------------------------------                             *
!   * This file written by Michael Dean<address@hidden>           *
!   *  and Miles Lott<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 api_schema_proc
--- 1,18 ----
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - Setup                                                  
   *
!       * http://www.phpgroupware.org                                           
   *
!       * --------------------------------------------                          
   *
!       * This file written by Michael Dean<address@hidden>           *
!       *  and Miles Lott<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$ */
!       /* $Source$ */
  
        class api_schema_proc

Index: class.db.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.db.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** class.db.php        23 Oct 2003 07:25:01 -0000      1.1.1.1
--- class.db.php        3 Nov 2003 17:31:20 -0000       1.1.1.1.2.1
***************
*** 1,3 ****
--- 1,26 ----
  <?php 
+       
/**************************************************************************\
+       * phpGroupWare                                                          
   *
+       * http://www.phpgroupware.org                                           
   *
+       * 
-------------------------------------------------------------------------*
+       * 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$ */
+       /* $Source$ */
+ 
        if (empty($GLOBALS['phpgw_data']['server']['db_type']))
        {

Index: starter.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/starter.inc.php,v
retrieving revision 1.1.1.1.2.19
retrieving revision 1.1.1.1.2.20
diff -C2 -d -r1.1.1.1.2.19 -r1.1.1.1.2.20
*** starter.inc.php     3 Nov 2003 14:49:59 -0000       1.1.1.1.2.19
--- starter.inc.php     3 Nov 2003 17:31:21 -0000       1.1.1.1.2.20
***************
*** 23,26 ****
--- 23,27 ----
  
        /* $Id$ */
+       /* $Source$ */
  
        
/****************************************************************************\
***************
*** 33,37 ****
        
        
/****************************************************************************\
!       * If running in < PHP4.x, then force admin to upgrade                   
                   *
        
\****************************************************************************/
  
--- 34,38 ----
        
        
/****************************************************************************\
!       * If running in < PHP4.x, then force admin to upgrade                   
     *
        
\****************************************************************************/
  

Index: class.schema_proc_db.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.schema_proc_db.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** class.schema_proc_db.php    23 Oct 2003 07:25:01 -0000      1.1.1.1
--- class.schema_proc_db.php    3 Nov 2003 17:31:21 -0000       1.1.1.1.2.1
***************
*** 1,6 ****
! <?php 
        if (empty($GLOBALS['phpgw_data']['server']['db_type']))
        {
                $GLOBALS['phpgw_data']['server']['db_type'] = 'mysql';
        }
!       
include_once(PHPGW_API.SEP.'schema_proc_db'.SEP.'class.schema_proc_'.$GLOBALS['phpgw_data']['server']['db_type'].'.php');
 
--- 1,30 ----
! <?php
!       
/**************************************************************************\
!       * phpGroupWare                                                          
   *
!       * http://www.phpgroupware.org                                           
   *
!       * 
-------------------------------------------------------------------------*
!       * 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$ */
!       /* $Source$ */
! 
        if (empty($GLOBALS['phpgw_data']['server']['db_type']))
        {
                $GLOBALS['phpgw_data']['server']['db_type'] = 'mysql';
        }
!       
include_once(PHPGW_API.SEP.'schema_proc_db'.SEP.'class.schema_proc_'.$GLOBALS['phpgw_data']['server']['db_type'].'.php');
! 

Index: class.setup.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.setup.php,v
retrieving revision 1.1.1.1.2.9
retrieving revision 1.1.1.1.2.10
diff -C2 -d -r1.1.1.1.2.9 -r1.1.1.1.2.10
*** class.setup.php     3 Nov 2003 11:01:36 -0000       1.1.1.1.2.9
--- class.setup.php     3 Nov 2003 17:31:21 -0000       1.1.1.1.2.10
***************
*** 23,26 ****
--- 23,27 ----
  
        /* $Id$ */
+       /* $Source$ */
  
        class api_setup

Index: class.msgbox.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.msgbox.php,v
retrieving revision 1.1.1.1.2.3
retrieving revision 1.1.1.1.2.4
diff -C2 -d -r1.1.1.1.2.3 -r1.1.1.1.2.4
*** class.msgbox.php    28 Oct 2003 04:28:44 -0000      1.1.1.1.2.3
--- class.msgbox.php    3 Nov 2003 17:31:20 -0000       1.1.1.1.2.4
***************
*** 23,26 ****
--- 23,27 ----
  
        /* $Id$ */
+       /* $Source$ */
  
        class api_msgbox

Index: class.clientsniffer.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.clientsniffer.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** class.clientsniffer.php     23 Oct 2003 07:25:01 -0000      1.1.1.1
--- class.clientsniffer.php     3 Nov 2003 17:31:20 -0000       1.1.1.1.2.1
***************
*** 56,60 ****
     '****************************************/
  
!  /* $Id$ */
        class clientsniffer
        {
--- 56,62 ----
     '****************************************/
  
!       /* $Id$ */
!       /* $Source$ */
! 
        class clientsniffer
        {

Index: class.acl.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.acl.php,v
retrieving revision 1.1.1.1.2.4
retrieving revision 1.1.1.1.2.5
diff -C2 -d -r1.1.1.1.2.4 -r1.1.1.1.2.5
*** class.acl.php       3 Nov 2003 11:19:01 -0000       1.1.1.1.2.4
--- class.acl.php       3 Nov 2003 17:31:20 -0000       1.1.1.1.2.5
***************
*** 23,26 ****
--- 23,27 ----
  
        /* $Id$ */
+       /* $Source$ */
  
        $functions = array();

Index: class.interface.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/Attic/class.interface.php,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** class.interface.php 31 Oct 2003 04:35:59 -0000      1.1.2.1
--- class.interface.php 3 Nov 2003 17:31:20 -0000       1.1.2.2
***************
*** 1,3 ****
--- 1,26 ----
  <?php 
+       
/**************************************************************************\
+       * phpGroupWare                                                          
   *
+       * http://www.phpgroupware.org                                           
   *
+       * 
-------------------------------------------------------------------------*
+       * 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$ */
+       /* $Source$ */
+ 
        if (empty($GLOBALS['phpgw_interface']))
        {
***************
*** 5,6 ****
--- 28,30 ----
        }
        
include_once(PHPGW_API.SEP.'interface'.SEP.'class.interface_'.$GLOBALS['phpgw_interface'].'.php');
 
+ 

Index: core_functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/core_functions.inc.php,v
retrieving revision 1.1.1.1.2.11
retrieving revision 1.1.1.1.2.12
diff -C2 -d -r1.1.1.1.2.11 -r1.1.1.1.2.12
*** core_functions.inc.php      3 Nov 2003 09:19:59 -0000       1.1.1.1.2.11
--- core_functions.inc.php      3 Nov 2003 17:31:21 -0000       1.1.1.1.2.12
***************
*** 23,27 ****
  
        /* $Id$ */
! 
        
/**************************************************************************\
        * Direct functions which are not part of the API classes                
   *
--- 23,28 ----
  
        /* $Id$ */
!       /* $Source$ */
!       
        
/**************************************************************************\
        * Direct functions which are not part of the API classes                
   *
***************
*** 356,360 ****
                        $args->set('account_lastname', '##NOTSET##', 'any');
                        $args->set('account_status', '##NOTSET##', 'any');
!                       $args->set('account_expires', '##NOTSET##', 'any');
                        $args = $args->get(func_get_args(),__LINE__,__FILE__);
  
--- 357,371 ----
                        $args->set('account_lastname', '##NOTSET##', 'any');
                        $args->set('account_status', '##NOTSET##', 'any');
!                       $args->set('account_expires', '##NOTSET##', 'any'       
                $args = new safe_args();
!                       $args->set('prevop','##REQUIRD##','string');
!                       $args = $args->get(func_get_args(),__LINE__,__FILE__);
! 
!                       list($app,$class,$method) = 
explode('.',$args['prevop']);
!                       require_once(PHPGW_ROOT . SEP . $app . SEP . 'class . ' 
. $class . '.php');
! 
!                       if (! is_array($GLOBALS['functions'][$method]))
!                       {
!                               $GLOBALS['msgbox']->add(lang('Could not store 
form state due to missing definition array'),__LINE__,__FILE__, 'warning');
!                       });
                        $args = $args->get(func_get_args(),__LINE__,__FILE__);
  

Index: class.sessions.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.sessions.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** class.sessions.php  23 Oct 2003 07:25:01 -0000      1.1.1.1
--- class.sessions.php  3 Nov 2003 17:31:21 -0000       1.1.1.1.2.1
***************
*** 1,6 ****
! <?php 
        if (empty($GLOBALS['phpgw_data']['server']['session_type']))
        {
                $GLOBALS['phpgw_data']['server']['session_type'] = 'php';
        }
!       
include_once(PHPGW_API.SEP.'sessions'.SEP.'class.sessions_'.$GLOBALS['phpgw_data']['server']['session_type'].'.php');
 
--- 1,30 ----
! <?php
!       
/**************************************************************************\
!       * phpGroupWare                                                          
   *
!       * http://www.phpgroupware.org                                           
   *
!       * 
-------------------------------------------------------------------------*
!       * 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$ */
!       /* $Source$ */
! 
        if (empty($GLOBALS['phpgw_data']['server']['session_type']))
        {
                $GLOBALS['phpgw_data']['server']['session_type'] = 'php';
        }
!       
include_once(PHPGW_API.SEP.'sessions'.SEP.'class.sessions_'.$GLOBALS['phpgw_data']['server']['session_type'].'.php');
! 

Index: class.auth.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/class.auth.php,v
retrieving revision 1.1.1.1.2.3
retrieving revision 1.1.1.1.2.4
diff -C2 -d -r1.1.1.1.2.3 -r1.1.1.1.2.4
*** class.auth.php      3 Nov 2003 11:19:02 -0000       1.1.1.1.2.3
--- class.auth.php      3 Nov 2003 17:31:20 -0000       1.1.1.1.2.4
***************
*** 1,3 ****
! <?php 
        $functions = array();
        $functions['authenticate'] = array(
--- 1,26 ----
! <?php
!       
/**************************************************************************\
!       * phpGroupWare                                                          
   *
!       * http://www.phpgroupware.org                                           
   *
!       * 
-------------------------------------------------------------------------*
!       * 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$ */
!       /* $Source$ */
! 
        $functions = array();
        $functions['authenticate'] = array(





reply via email to

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