phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.uilookup.inc.php, 1.5


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

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

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

Log Message:
added $GLOBALS['phpgw']->xslttpl->pp();
=====================================================================
Index: property/inc/class.uilookup.inc.php
diff -u property/inc/class.uilookup.inc.php:1.4 
property/inc/class.uilookup.inc.php:1.5
--- property/inc/class.uilookup.inc.php:1.4     Fri Oct 22 17:50:18 2004
+++ property/inc/class.uilookup.inc.php Sat Oct 23 08:55:46 2004
@@ -199,6 +199,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_addressbook' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }
 
@@ -325,6 +326,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_addressbook' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }
 
@@ -415,6 +417,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_b_account' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }
 
@@ -509,6 +512,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_street' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }
 
@@ -610,6 +614,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_tenant' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }
 
@@ -698,6 +703,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_ns3420' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }
 
@@ -886,6 +892,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_entity' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }
 




reply via email to

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