phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.uiadmin.inc.php, 1.4


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

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

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

Log Message:
added $GLOBALS['phpgw']->xslttpl->pp();
=====================================================================
Index: property/inc/class.uiadmin.inc.php
diff -u property/inc/class.uiadmin.inc.php:1.3 
property/inc/class.uiadmin.inc.php:1.4
--- property/inc/class.uiadmin.inc.php:1.3      Fri Oct 22 17:50:18 2004
+++ property/inc/class.uiadmin.inc.php  Sat Oct 23 08:55:46 2004
@@ -254,6 +254,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg . ': ' . 
$owner_name;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_permission' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
 
                }
@@ -504,6 +505,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('list_permission' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }
 
@@ -566,6 +568,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit_id' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }
 
@@ -663,6 +666,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
                        
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('contact_info' => $data));
+                       $GLOBALS['phpgw']->xslttpl->pp();
                        $this->save_sessiondata();
                }
 




reply via email to

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