phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: notes index.php,1.50,1.51


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes index.php,1.50,1.51
Date: Sat, 28 Sep 2002 16:01:46 -0400

Update of /cvsroot/phpgroupware/notes
In directory subversions:/tmp/cvs-serv27342/notes

Modified Files:
        index.php 
Log Message:
removed common->phpgw_exit() and fixed all references to it in the core apps 
and api

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/notes/index.php,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -r1.50 -r1.51
*** index.php   17 Sep 2002 22:13:55 -0000      1.50
--- index.php   28 Sep 2002 20:01:44 -0000      1.51
***************
*** 21,24 ****
  
        header('Location: 
'.$GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.index'));
!       $GLOBALS['phpgw']->common->phpgw_exit();
  ?>
--- 21,25 ----
  
        header('Location: 
'.$GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.index'));
!       $GLOBALS['phpgw_info']['flags']['nodisplay'] = True;
!       exit;
  ?>





reply via email to

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