phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: todo/inc class.bopreferences.inc.php,1.3,1.4 cla


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: todo/inc class.bopreferences.inc.php,1.3,1.4 class.ui.inc.php,1.18,1.19 hook_home.inc.php,1.4,1.5
Date: Sat, 28 Sep 2002 16:01:47 -0400

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

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

Index: class.bopreferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/todo/inc/class.bopreferences.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** class.bopreferences.inc.php 29 Apr 2002 02:56:30 -0000      1.3
--- class.bopreferences.inc.php 28 Sep 2002 20:01:44 -0000      1.4
***************
*** 49,53 ****
  
                                Header('Location: 
'.$GLOBALS['phpgw']->link('/preferences/index.php'));
!                               $GLOBALS['phpgw']->common->phpgw_exit();
                        }
                }
--- 49,54 ----
  
                                Header('Location: 
'.$GLOBALS['phpgw']->link('/preferences/index.php'));
!                               $GLOBALS['phpgw_info']['flags']['nodisplay'] = 
True;
!                               exit;
                        }
                }

Index: class.ui.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/todo/inc/class.ui.inc.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** class.ui.inc.php    24 May 2002 10:38:03 -0000      1.18
--- class.ui.inc.php    28 Sep 2002 20:01:44 -0000      1.19
***************
*** 449,453 ****
                                        $this->bo->save($values);
                                        Header('Location: ' . 
$GLOBALS['phpgw']->link('/index.php','menuaction=todo.ui.show_list&cat_id=' . 
$cat_id));
!                                       $GLOBALS['phpgw']->common->phpgw_exit();
                                }
                        }
--- 449,454 ----
                                        $this->bo->save($values);
                                        Header('Location: ' . 
$GLOBALS['phpgw']->link('/index.php','menuaction=todo.ui.show_list&cat_id=' . 
$cat_id));
!                                       
$GLOBALS['phpgw_info']['flags']['nodisplay'] = True;
!                                       exit;
                                }
                        }
***************
*** 620,624 ****
                                        $this->bo->save($values,'edit');
                                        Header('Location: ' . 
$GLOBALS['phpgw']->link('/index.php','menuaction=todo.ui.show_list&cat_id=' . 
$cat_id));
!                                       $GLOBALS['phpgw']->common->phpgw_exit();
                                }
                        }
--- 621,626 ----
                                        $this->bo->save($values,'edit');
                                        Header('Location: ' . 
$GLOBALS['phpgw']->link('/index.php','menuaction=todo.ui.show_list&cat_id=' . 
$cat_id));
!                                       
$GLOBALS['phpgw_info']['flags']['nodisplay'] = True;
!                                       exit;
                                }
                        }

Index: hook_home.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/todo/inc/hook_home.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** hook_home.inc.php   19 Aug 2002 12:42:06 -0000      1.4
--- hook_home.inc.php   28 Sep 2002 20:01:44 -0000      1.5
***************
*** 16,20 ****
        {
                echo "Failed attempt to break in via an old Security 
Hole!<br>\n";
!               $GLOBALS['phpgw']->common->phpgw_exit();
        }
        unset($d1);
--- 16,21 ----
        {
                echo "Failed attempt to break in via an old Security 
Hole!<br>\n";
!               $GLOBALS['phpgw_info']['flags']['nodisplay'] = True;
!               exit;
        }
        unset($d1);





reply via email to

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