phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.uientity.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.uientity.inc.php
Date: Tue, 14 Aug 2007 12:44:51 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   07/08/14 12:44:51

Modified files:
        inc            : class.uientity.inc.php 

Log message:
        update

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.uientity.inc.php?cvsroot=phpgroupware&r1=1.48&r2=1.49

Patches:
Index: class.uientity.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.uientity.inc.php,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- class.uientity.inc.php      14 Aug 2007 10:45:09 -0000      1.48
+++ class.uientity.inc.php      14 Aug 2007 12:44:51 -0000      1.49
@@ -24,7 +24,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage entity
-       * @version $Id: class.uientity.inc.php,v 1.48 2007/08/14 10:45:09 
sigurdne Exp $
+       * @version $Id: class.uientity.inc.php,v 1.49 2007/08/14 12:44:51 
sigurdne Exp $
        */
 
        /**
@@ -318,7 +318,7 @@
                                                        {
                                                                
$content[$j]['row'][$i]['value']                = 
$entity_entry[$uicols['name'][$i]];
                                                                
$content[$j]['row'][$i]['name']                 = $uicols['name'][$i];
-                                                               
if($uicols['input_type'][$i]=='link')
+                                                               
if($uicols['input_type'][$i]=='link' && $entity_entry[$uicols['name'][$i]])
                                                                {
                                                                        
$content[$j]['row'][$i]['text']         = lang('link');
                                                                        
$content[$j]['row'][$i]['link']         = $entity_entry[$uicols['name'][$i]];




reply via email to

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