phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: todo index.php,1.72,1.73


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: todo index.php,1.72,1.73
Date: Sat, 17 Aug 2002 11:40:17 -0400

Update of /cvsroot/phpgroupware/todo
In directory subversions:/tmp/cvs-serv31811/todo

Modified Files:
        index.php 
Log Message:
Small change to be more consistent.  Also allows the nextmatch stuff to work 
more appropriatly.

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/todo/index.php,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -r1.72 -r1.73
*** index.php   3 Dec 2001 19:44:38 -0000       1.72
--- index.php   17 Aug 2002 15:40:14 -0000      1.73
***************
*** 20,25 ****
        include('../header.inc.php');
  
!       $obj = CreateObject('todo.ui');
!       $obj->show_list();
        $GLOBALS['phpgw']->common->phpgw_footer();
  ?>
--- 20,24 ----
        include('../header.inc.php');
  
!       Header('Location: 
'.$GLOBALS['phpgw']->link('/index.php','menuaction=todo.ui.show_list'));
        $GLOBALS['phpgw']->common->phpgw_footer();
  ?>





reply via email to

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