phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] img index.php,1.2,1.2.4.1


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] img index.php,1.2,1.2.4.1
Date: Fri, 10 Oct 2003 06:54:37 +0000

Update of /cvsroot/phpgroupware/img
In directory subversions:/tmp/cvs-serv6442

Modified Files:
      Tag: Version-0_9_16-branch
        index.php 
Log Message:
removing img


Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/img/index.php,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -C2 -d -r1.2 -r1.2.4.1
*** index.php   30 Dec 2001 21:56:05 -0000      1.2
--- index.php   10 Oct 2003 06:54:32 -0000      1.2.4.1
***************
*** 1,7 ****
  <?php
    /**************************************************************************\
!   * phpGroupWare - Image Editor                                              *
    * http://www.phpgroupware.org                                              *
!   * This application written by Miles Lott <address@hidden>        *
    * --------------------------------------------                             *
    *  This program is free software; you can redistribute it and/or modify it *
--- 1,7 ----
  <?php
    /**************************************************************************\
!   * phpGroupWare - Image Editor Holder                                       *
    * http://www.phpgroupware.org                                              *
!   * This file is written by Dave Hall - skwashd at phpgroupware.org          *
    * --------------------------------------------                             *
    *  This program is free software; you can redistribute it and/or modify it *
***************
*** 15,26 ****
        $GLOBALS['phpgw_info']['flags'] = array(
                'currentapp'  => 'img',
-               'noheader'    => True,
-               'nonavbar'    => True,
-               'noappheader' => True
        );
        include('../header.inc.php');
  
!       $obj = CreateObject('img.uiimg');
!       $obj->index();
  
        $GLOBALS['phpgw']->common->phpgw_footer();
--- 15,26 ----
        $GLOBALS['phpgw_info']['flags'] = array(
                'currentapp'  => 'img',
        );
        include('../header.inc.php');
  
!       echo 'This application has been removed from phpGroupWare. Please '
!               . '<a 
href="http://sourceforge.net/project/showfiles.php?group_id=47783"; '
!               . 'target="_blank">download patchwork from the funkwerk 
project</a>.  Patchwork '
!               . 'is the supported replacement for Image Editor in 
phpGroupWare.';
! 
  
        $GLOBALS['phpgw']->common->phpgw_footer();





reply via email to

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