phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: vmailmgr/inc hook_admin.inc.php,1.1,1.2


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: vmailmgr/inc hook_admin.inc.php,1.1,1.2
Date: Sat, 02 Nov 2002 20:03:09 -0500

Update of /cvsroot/phpgroupware/vmailmgr/inc
In directory subversions:/tmp/cvs-serv16251/vmailmgr/inc

Modified Files:
        hook_admin.inc.php 
Log Message:
removed  var from hook_admin

Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/vmailmgr/inc/hook_admin.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** hook_admin.inc.php  2 May 2002 00:28:37 -0000       1.1
--- hook_admin.inc.php  3 Nov 2002 01:03:07 -0000       1.2
***************
*** 1,23 ****
  <?php
!   /**************************************************************************\
        * phpGroupWare - VMailMgr                                               
*
        * http://www.phpgroupware.org                                           
   *
        * Written by Dan Kuykendall <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$ */
! {
! // Only Modify the $file and $title variables.....
!       $title = $appname;
!       $file = Array(
!               'Site Configuration' => 
$GLOBALS['phpgw']->link('/vmailmgr/admin.php')
!       );
  //Do not modify below this line
!       display_section($appname,$title,$file);
! }
  ?>
--- 1,21 ----
  <?php
!       
/**************************************************************************\
        * phpGroupWare - VMailMgr                                               
*
        * http://www.phpgroupware.org                                           
   *
        * Written by Dan Kuykendall <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$ */
!       {
!               $file = Array
!               (
!                       'Site Configuration' => 
$GLOBALS['phpgw']->link('/vmailmgr/admin.php')
!               );
  //Do not modify below this line
!               display_section($appname,$file);
!       }
  ?>





reply via email to

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