phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpbrain/inc hook_config.inc.php,1.1.1.1,1.2


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpbrain/inc hook_config.inc.php,1.1.1.1,1.2
Date: Sun, 16 Mar 2003 22:21:49 -0500

Update of /cvsroot/phpgroupware/phpbrain/inc
In directory subversions:/tmp/cvs-serv6827

Modified Files:
        hook_config.inc.php 
Log Message:
finally worked this out

Index: hook_config.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpbrain/inc/hook_config.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** hook_config.inc.php 16 Mar 2003 15:25:18 -0000      1.1.1.1
--- hook_config.inc.php 17 Mar 2003 03:21:45 -0000      1.2
***************
*** 1,20 ****
! <?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$ */
! 
!       function anon_user($config)
!       {
!               $sbox = createObject('phpgwapi.sbox2');
!               return 
$sbox->getAccount('newsettings[anon_user]',$config);//$longnames=0)
!       }
! ?>
--- 1,23 ----
! <?php
!       
/**************************************************************************\
!       * phpGroupWare - KnowledgeBase                                          
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Dave Hall [skwashd AT phpgroupware.org]                    
   *
!       * 
------------------------------------------------------------------------ *
!       * Started off as a port of phpBrain - http://vrotvrot.com/phpBrain/     
   *
!       *  but quickly became a full rewrite                                    
   *
!       * 
------------------------------------------------------------------------ *
!       *  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$ */
! 
!       function anon_user($config)
!       {
!               $sbox = createObject('phpgwapi.sbox2');
!               return 
$sbox->getAccount('newsettings[anon_user]',$config['anon_user'], true);
!       }
! ?>





reply via email to

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