phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: syncml-server/inc hook_admin.php,1.2,1.3


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

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

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

Index: hook_admin.php
===================================================================
RCS file: /cvsroot/phpgroupware/syncml-server/inc/hook_admin.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** hook_admin.php      12 Jun 2001 14:55:59 -0000      1.2
--- hook_admin.php      3 Nov 2002 01:03:07 -0000       1.3
***************
*** 1,27 ****
  <?php
  
!   /**************************************************************************\
!   * phpGroupWare - SyncML Synchronization                                    *
!   * http://www.phpgroupware.org                                              *
!   * Written by Jens P. Elsner <address@hidden>                             *
!   *            Mark Wormgoor <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.                                              *
!   \**************************************************************************/
! 
! /*
! This product includes software developed by The SyncML Initiative.
! */
! 
! {
! // Only Modify the $file variable.....
!       $title = $appname;
!       $file = Array();
! 
  //Do not modify below this line
!       display_manual_section($appname,$title,$file);
! }
  ?>
--- 1,20 ----
  <?php
+       
/**************************************************************************\
+       * phpGroupWare - SyncML Synchronization                                 
   *
+       * http://www.phpgroupware.org                                           
   *
+       * Written by Jens P. Elsner <address@hidden>                            
 *
+       *            Mark Wormgoor <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.                                           
   *
+       
\**************************************************************************/
+       /*This product includes software developed by The SyncML Initiative.*/
  
!       {
!               $file = Array();
  //Do not modify below this line
!       display_manual_section($appname,$file);
!       }
  ?>





reply via email to

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