phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.uientity.php, 1.1.1.4


From: nomail
Subject: [Phpgroupware-cvs] property/class.uientity.php, 1.1.1.4
Date: Fri, 21 May 2004 19:03:21 -0000

Update of /property
Modified Files:
        Branch: 
          class.uientity.php

date: 2004/04/24 19:39:54;  author: sigurdne;  state: Exp;  lines: +4 -4

Log Message:
no message
=====================================================================
Index: property/class.uientity.php
diff -u property/class.uientity.php:1.1.1.3 property/class.uientity.php:1.1.1.4
--- property/class.uientity.php:1.1.1.3 Fri Apr 23 21:26:33 2004
+++ property/class.uientity.php Sat Apr 24 19:39:54 2004
@@ -42,7 +42,7 @@
                function property_uientity()
                {
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
-                       $this->currentapp                       = 'property'; 
//$GLOBALS['phpgw_info']['flags']['currentapp'];
+                       $this->currentapp                       = 'property'; 
//$GLOBALS['phpgw_data']['flags']['req_app'];
                        $this->account                          = 
$GLOBALS['phpgw_data']['user']['id'];
 
                        $this->bo                                       = 
CreateObject($this->currentapp.'_boentity',True);
@@ -188,7 +188,7 @@
 
                        $data = array
                        (
-                               'msgbox_data'           => 
$GLOBALS['phpgw']->common->msgbox($msgbox_data),
+                               //'msgbox_data'         => 
$GLOBALS['phpgw']->common->msgbox($msgbox_data),
                                'column_list'           => 
$this->bo->column_list($values['columns'],$entity_id=$this->entity_id,$cat_id=$this->cat_id,$allrows=True),
                                'function_msg'          => $function_msg,
                                'form_action'           => 
$this->bocommon->link('/index.php',$link_data),
@@ -857,7 +857,7 @@
                                'entity_name'                                   
=> $entity['name'],
                                'lang_category'                                 
=> lang('category'),
                                'category_name'                                 
=> $category['name'],
-                               'msgbox_data'                                   
=> $GLOBALS['phpgw']->common->msgbox($msgbox_data),
+                               //'msgbox_data'                                 
=> $GLOBALS['phpgw']->common->msgbox($msgbox_data),
                                'lang_dateformat'                               
=> lang(strtolower($dateformat)),
                                'dateformat_validate'                   => 
$dateformat_validate,
                                'onKeyUp'                                       
        => $onKeyUp,
@@ -1066,7 +1066,7 @@
                                'entity_name'                                   
=> $entity['name'],
                                'lang_category'                                 
=> lang('category'),
                                'category_name'                                 
=> $category['name'],
-                               'msgbox_data'                                   
=> $GLOBALS['phpgw']->common->msgbox($msgbox_data),
+                               //'msgbox_data'                                 
=> $GLOBALS['phpgw']->common->msgbox($msgbox_data),
                                'lang_dateformat'                               
=> lang(strtolower($dateformat)),
                                'lang_attributes'                               
=> lang('Attributes'),
                                'attributes_view'                               
=> $attributes_values,




reply via email to

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