phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate_gtk.inc.php,1.10


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

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

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

Index: class.uietemplate_gtk.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.uietemplate_gtk.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** class.uietemplate_gtk.inc.php       2 Sep 2002 11:11:09 -0000       1.10
--- class.uietemplate_gtk.inc.php       28 Sep 2002 20:01:44 -0000      1.11
***************
*** 172,176 ****
  
                /*
!               * Called when the window is being destroyed: destroy the 
session and let phpgw_exit close the db-connection
                */
                function destroy()
--- 172,176 ----
  
                /*
!               * Called when the window is being destroyed: destroy the session
                */
                function destroy()
***************
*** 178,183 ****
                        Gtk::main_quit();
                        
$GLOBALS['phpgw']->session->destroy($GLOBALS['phpgw_info']['user']['sessionid'],$GLOBALS['phpgw_info']['user']['kp3']);
!                       $GLOBALS['phpgw']->common->phpgw_exit();
!          exit();
                }
  
--- 178,183 ----
                        Gtk::main_quit();
                        
$GLOBALS['phpgw']->session->destroy($GLOBALS['phpgw_info']['user']['sessionid'],$GLOBALS['phpgw_info']['user']['kp3']);
!                       $GLOBALS['phpgw_info']['flags']['nodisplay'] = True;
!                       exit;
                }
  
***************
*** 776,778 ****
                        return $hbox ? $hbox : $widget;
                }
!       };
\ No newline at end of file
--- 776,778 ----
                        return $hbox ? $hbox : $widget;
                }
!       };





reply via email to

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