phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: preferences/inc class.uiaclprefs.inc.php,1.9,1.1


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences/inc class.uiaclprefs.inc.php,1.9,1.10
Date: Sat, 28 Sep 2002 16:01:46 -0400

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

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

Index: class.uiaclprefs.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/inc/class.uiaclprefs.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** class.uiaclprefs.inc.php    28 Sep 2002 15:20:20 -0000      1.9
--- class.uiaclprefs.inc.php    28 Sep 2002 20:01:44 -0000      1.10
***************
*** 57,61 ****
                        {
                                echo '<center><b>' . lang('Access not 
permitted') . '</b></center>';
!                               $GLOBALS['phpgw']->common->phpgw_exit(True);
                        }
  
--- 57,61 ----
                        {
                                echo '<center><b>' . lang('Access not 
permitted') . '</b></center>';
!                               exit;
                        }
  





reply via email to

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