phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: projects index.php,1.54,1.54.4.1


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects index.php,1.54,1.54.4.1
Date: Sun, 15 Jun 2003 19:00:56 -0400

Update of /cvsroot/phpgroupware/projects
In directory subversions:/tmp/cvs-serv10715

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

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/index.php,v
retrieving revision 1.54
retrieving revision 1.54.4.1
diff -C2 -r1.54 -r1.54.4.1
*** index.php   29 Nov 2001 23:28:52 -0000      1.54
--- index.php   15 Jun 2003 23:00:53 -0000      1.54.4.1
***************
*** 7,11 ****
        * Written by Bettina Gille address@hidden                   *
        * -----------------------------------------------                   *
!       * Copyright (C) 2000, 2001 Bettina Gille                            *
        *                                                                   *
        * This program is free software; you can redistribute it and/or     *
--- 7,11 ----
        * Written by Bettina Gille address@hidden                   *
        * -----------------------------------------------                   *
!       * Copyright (C) 2000 - 2003 Bettina Gille                           *
        *                                                                   *
        * This program is free software; you can redistribute it and/or     *
***************
*** 33,37 ****
        include('../header.inc.php');
  
!       Header('Location: ' . 
$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_projects&action=mains'));
        $GLOBALS['phpgw']->common->phpgw_exit();
  ?>
--- 33,42 ----
        include('../header.inc.php');
  
!       if ($_GET['cat_id'])
!       {
!               $catsfilter = '&cat_id=' . $_GET['cat_id'];
!       }
! 
!       Header('Location: ' . 
$GLOBALS['phpgw']->link('/index.php','menuaction=projects.uiprojects.list_projects&action=mains'
 . $catsfilter));
        $GLOBALS['phpgw']->common->phpgw_exit();
  ?>





reply via email to

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