phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.uiXport.inc.php, 1.6


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.uiXport.inc.php, 1.6
Date: Sat, 23 Oct 2004 10:55:46 +0200

Update of /property/inc
Modified Files:
        Branch: 
          class.uiXport.inc.php

date: 2004/10/23 08:55:46;  author: sigurdne;  state: Exp;  lines: +5 -1

Log Message:
added $GLOBALS['phpgw']->xslttpl->pp();
=====================================================================
Index: property/inc/class.uiXport.inc.php
diff -u property/inc/class.uiXport.inc.php:1.5 
property/inc/class.uiXport.inc.php:1.6
--- property/inc/class.uiXport.inc.php:1.5      Wed Sep 15 07:53:25 2004
+++ property/inc/class.uiXport.inc.php  Sat Oct 23 08:55:46 2004
@@ -385,6 +385,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('import' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                }
 
                function debug_import($buffer='',$invoice_common='')
@@ -496,6 +497,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
 
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('debug' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                }
 
                function export()
@@ -578,6 +580,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
 
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('export' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                }
 
                function rollback()
@@ -678,6 +681,7 @@
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
 
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('rollback' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                }
        }
 ?>




reply via email to

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