phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: antispam/inc hook_admin.inc.php,1.1.1.1,1.2


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: antispam/inc hook_admin.inc.php,1.1.1.1,1.2
Date: Tue, 22 Apr 2003 21:17:52 -0400

Update of /cvsroot/phpgroupware/antispam/inc
In directory subversions:/tmp/cvs-serv31370

Modified Files:
        hook_admin.inc.php 
Log Message:
update hook_admin

Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/antispam/inc/hook_admin.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** hook_admin.inc.php  26 Nov 2002 17:57:48 -0000      1.1.1.1
--- hook_admin.inc.php  23 Apr 2003 01:17:49 -0000      1.2
***************
*** 1,22 ****
  <?php
! /**************************************************************************\
! * phpGroupWare - Antispam                                                  *
! * http://www.phpgroupware.org                                              *
! * This application written by:                                             *
! *                             Marco Andriolo-Stagno <address@hidden>      *
! *                             PROSA <http://www.prosa.it>                  *
! * -------------------------------------------------------------------------*
! * Funding for this program was provided by http://www.seeweb.com           *
! * -------------------------------------------------------------------------*
! *  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$ */
  
        {
-               $title = $appname;
                $file = array
                (
--- 1,20 ----
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - Antispam                                               
   *
!       * http://www.phpgroupware.org                                           
   *
!       * This application written by:                                          
   *
!       *                             Marco Andriolo-Stagno <address@hidden>    
  *
!       *                             PROSA <http://www.prosa.it>               
   *
!       * 
-------------------------------------------------------------------------*
!       * Funding for this program was provided by http://www.seeweb.com        
   *
!       * 
-------------------------------------------------------------------------*
!       *  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$ */
  
        {
                $file = array
                (
***************
*** 24,30 ****
                        'Rules' =>      
$GLOBALS['phpgw']->link('/index.php','menuaction=antispam.main_manager.handle_rules')
                );
-               
                //Do not modify below this line
!               display_section($appname,$title,$file);
        }
  ?>
--- 22,27 ----
                        'Rules' =>      
$GLOBALS['phpgw']->link('/index.php','menuaction=antispam.main_manager.handle_rules')
                );
                //Do not modify below this line
!               $GLOBALS['phpgw']->common->display_mainscreen($appname,$file);
        }
  ?>





reply via email to

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