phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.custom_fields.inc.php


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/inc class.custom_fields.inc.php
Date: Wed, 29 Nov 2006 12:53:16 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     06/11/29 12:53:16

Modified files:
        inc            : class.custom_fields.inc.php 

Log message:
        add nullable data to list info

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.custom_fields.inc.php?cvsroot=phpgwapi&r1=1.15&r2=1.16

Patches:
Index: class.custom_fields.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/inc/class.custom_fields.inc.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- class.custom_fields.inc.php 24 Nov 2006 07:30:24 -0000      1.15
+++ class.custom_fields.inc.php 29 Nov 2006 12:53:16 -0000      1.16
@@ -8,7 +8,7 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package phpgwapi
-       * @version $Id: class.custom_fields.inc.php,v 1.15 2006/11/24 07:30:24 
sigurdne Exp $
+       * @version $Id: class.custom_fields.inc.php,v 1.16 2006/11/29 12:53:16 
skwashd Exp $
        */
 
        /**
@@ -546,7 +546,8 @@
                                        'type_name'                     => 
$this->db->f('type'),
                                        'datatype'                      => 
$this->db->f('datatype'),
                                        'search'                        => 
$this->db->f('search'),
-                                       'trans_datatype'        => 
$this->translate_datatype($this->db->f('datatype'))
+                                       'trans_datatype'        => 
$this->translate_datatype($this->db->f('datatype')),
+                                       'nullable'                      => 
($this->db->f('nullable') == 'True')
                                );
                        }
 




reply via email to

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