phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.uirequest.inc.php, 1.17 class.uipr


From: sigurdne
Subject: [Phpgroupware-cvs] property/inc class.uirequest.inc.php, 1.17 class.uiproject.inc.php, 1.21
Date: Wed, 9 Nov 2005 14:32:00 +0100

Update of property/inc

Modified Files:
     Branch: MAIN
            class.uirequest.inc.php lines: +3 -1
            class.uiproject.inc.php lines: +3 -1

Log Message:
*** empty log message ***

====================================================
Index: property/inc/class.uirequest.inc.php
diff -u property/inc/class.uirequest.inc.php:1.16 
property/inc/class.uirequest.inc.php:1.17
--- property/inc/class.uirequest.inc.php:1.16   Tue Nov  8 22:39:10 2005
+++ property/inc/class.uirequest.inc.php        Wed Nov  9 13:32:47 2005
@@ -428,6 +428,8 @@
                                
$GLOBALS['phpgw']->redirect_link('/index.php','menuaction='.$this->currentapp.'.uilocation.stop&perm=16&acl_location='
 . $this->acl2_location);
                        }
                        $GLOBALS['phpgw']->xslttpl->add_file(array('request'));
+                       $GLOBALS['phpgw_info']['flags'][noheader] = True;
+                       $GLOBALS['phpgw_info']['flags'][nofooter] = True;
                        $GLOBALS['phpgw_info']['flags']['noframework'] = True;
                        $values         = get_var('values',array('POST','GET'));


====================================================
Index: property/inc/class.uiproject.inc.php
diff -u property/inc/class.uiproject.inc.php:1.20 
property/inc/class.uiproject.inc.php:1.21
--- property/inc/class.uiproject.inc.php:1.20   Tue Nov  8 22:39:10 2005
+++ property/inc/class.uiproject.inc.php        Wed Nov  9 13:32:47 2005
@@ -481,6 +481,8 @@
                {
                        
$GLOBALS['phpgw']->xslttpl->add_file(array('date_search'));
                        $GLOBALS['phpgw_info']['flags']['noframework'] = True;
+                       $GLOBALS['phpgw_info']['flags'][noheader] = True;
+                       $GLOBALS['phpgw_info']['flags'][nofooter] = True;
                        $values['start_date']           = 
get_var('start_date',array('POST'));
                        $values['end_date']                     = 
get_var('end_date',array('POST'));







reply via email to

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