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: Sat, 10 Feb 2007 13:30:29 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     07/02/10 13:30:29

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

Log message:
        make some extra information available

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

Patches:
Index: class.custom_fields.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/inc/class.custom_fields.inc.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- class.custom_fields.inc.php 9 Jan 2007 08:29:01 -0000       1.19
+++ class.custom_fields.inc.php 10 Feb 2007 13:30:28 -0000      1.20
@@ -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.19 2007/01/09 08:29:01 
sigurdne Exp $
+       * @version $Id: class.custom_fields.inc.php,v 1.20 2007/02/10 13:30:28 
skwashd Exp $
        */
 
        /**
@@ -347,9 +347,10 @@
                        (
                                'input_text'    => $attrib['input_text'],
                                'statustext'    => $attrib['statustext'],
-                               'search'        => 
(isset($attrib['search'])?$attrib['search']:''),
-                               'list'          => 
(isset($attrib['list'])?$attrib['list']:''),
-                               'history'       => 
(isset($attrib['history'])?$attrib['history']:''),
+                               'search'                => 
isset($attrib['search']) ? $attrib['search'] : '',
+                               'list'                  => 
isset($attrib['list']) ? $attrib['list'] : '',
+                               'history'               => 
isset($attrib['history']) ? $attrib['history'] : '',
+                               'nullable'              => 
$attrib['column_info']['nullable'] == False ? 'False' : 'True'
                                );
 
                        $value_set      = 
$this->db->validate_update($value_set);




reply via email to

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