[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: calendar index.php,1.45,1.46 preferences.php,1.4
From: |
Dan Kuykendall <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: calendar index.php,1.45,1.46 preferences.php,1.40,1.41 |
Date: |
Sat, 28 Sep 2002 16:01:45 -0400 |
Update of /cvsroot/phpgroupware/calendar
In directory subversions:/tmp/cvs-serv27342/calendar
Modified Files:
index.php preferences.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/calendar/index.php,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -r1.45 -r1.46
*** index.php 23 Jun 2002 18:17:08 -0000 1.45
--- index.php 28 Sep 2002 20:01:43 -0000 1.46
***************
*** 38,41 ****
Header('Location: '.$GLOBALS['phpgw']->link('/index.php',$parms));
! $GLOBALS['phpgw']->common->phpgw_exit();
?>
--- 38,42 ----
Header('Location: '.$GLOBALS['phpgw']->link('/index.php',$parms));
! $GLOBALS['phpgw_info']['flags']['nodisplay'] = True;
! exit;
?>
Index: preferences.php
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/preferences.php,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -r1.40 -r1.41
*** preferences.php 28 Sep 2002 15:20:18 -0000 1.40
--- preferences.php 28 Sep 2002 20:01:43 -0000 1.41
***************
*** 89,93 ****
Header('Location: '.$phpgw->link('/preferences/index.php'));
! $phpgw->common->phpgw_exit();
}
--- 89,94 ----
Header('Location: '.$phpgw->link('/preferences/index.php'));
! $GLOBALS['phpgw_info']['flags']['nodisplay'] = True;
! exit;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: calendar index.php,1.45,1.46 preferences.php,1.40,1.41,
Dan Kuykendall <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: phpgroupware set_box.php,1.3,1.4
- Next by Date:
[Phpgroupware-cvs] CVS: email addressbook.php,1.35,1.36 attach_file.php,1.25,1.26
- Previous by thread:
[Phpgroupware-cvs] CVS: phpgroupware set_box.php,1.3,1.4
- Next by thread:
[Phpgroupware-cvs] CVS: email addressbook.php,1.35,1.36 attach_file.php,1.25,1.26
- Index(es):