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')
                                );
                        }
 


_______________________________________________
Phpgroupware-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs

Reply via email to