phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.uiadmin_entity.php, 1.1.1.10


From: nomail
Subject: [Phpgroupware-cvs] property/class.uiadmin_entity.php, 1.1.1.10
Date: Sun, 23 May 2004 19:06:43 -0000

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

date: 2004/05/04 08:42:10;  author: sigurdne;  state: Exp;  lines: +3 -2

Log Message:
no message
=====================================================================
Index: property/class.uiadmin_entity.php
diff -u property/class.uiadmin_entity.php:1.1.1.9 
property/class.uiadmin_entity.php:1.1.1.10
--- property/class.uiadmin_entity.php:1.1.1.9   Fri Apr 30 17:35:57 2004
+++ property/class.uiadmin_entity.php   Tue May  4 08:42:10 2004
@@ -1005,6 +1005,8 @@
                        $id                     = 
$this->bocommon->get_var2('id',array('POST','GET'));
                        $values         = 
$this->bocommon->get_var2('values',array('POST'));
 
+                       $GLOBALS['msgbox']->add(lang('Altering ColumnName OR 
Datatype  - deletes your data in this Column'),'warning');
+
                        $this->menu->links();
                        $this->bocommon->xsl_add_file(array('admin_entity'));
 
@@ -1081,8 +1083,7 @@
                        if ($id)
                        {
                                $values = 
$this->bo->read_single_attrib($entity_id,$cat_id,$id);
-                               $type_name=$values['type_name'];
-                               $function_msg = lang('edit attribute'). ' ' . 
lang($type_name);
+                               $function_msg = lang('edit attribute');
                                $action='edit';
                        }
                        else




reply via email to

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