fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [6691] new datatype


From: Sigurd Nes
Subject: [Fmsystem-commits] [6691] new datatype
Date: Tue, 21 Dec 2010 19:23:29 +0000

Revision: 6691
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=6691
Author:   sigurdne
Date:     2010-12-21 19:23:29 +0000 (Tue, 21 Dec 2010)
Log Message:
-----------
new datatype

Modified Paths:
--------------
    trunk/phpgwapi/inc/class.custom_fields.inc.php

Modified: trunk/phpgwapi/inc/class.custom_fields.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.custom_fields.inc.php      2010-12-21 15:01:58 UTC 
(rev 6690)
+++ trunk/phpgwapi/inc/class.custom_fields.inc.php      2010-12-21 19:23:29 UTC 
(rev 6691)
@@ -116,7 +116,8 @@
                                'link'  => lang('Link'),
                                'pwd'   => lang('password'),
                                'user'  => 'phpgw_user',
-                               'event' => lang('event')
+                               'event' => lang('event'),
+                               'bolean'        => 'Bolean'
                        );
 
                        $this->_oProc                   = 
createObject('phpgwapi.schema_proc', 
$GLOBALS['phpgw_info']['server']['db_type']);
@@ -1574,7 +1575,8 @@
                                'link'          => 'varchar',
                                'pwd'           => 'varchar',
                                'user'          => 'int',
-                               'event'         => 'int'
+                               'event'         => 'int',
+                               'bolean'        => 'int'
                        );
 
                        if ( !isset($datatype_text[$datatype]) )
@@ -1606,7 +1608,8 @@
                                'link'          => 255,
                                'pwd'           => 32,
                                'user'          => 4,
-                               'event'         => 4
+                               'event'         => 4,
+                               'bolean'        => 2
                        );
 
                        if ( !isset($datatype_precision[$datatype]) )




reply via email to

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