phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.bocommon.inc.php, 1.1.1.6


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.bocommon.inc.php, 1.1.1.6
Date: Mon, 31 May 2004 20:36:35 +0200

Update of /property/inc
Modified Files:
        Branch: 
          class.bocommon.inc.php

date: 2004/05/31 18:36:35;  author: sigurdne;  state: Exp;  lines: +7 -3

Log Message:
no message
=====================================================================
Index: property/inc/class.bocommon.inc.php
diff -u property/inc/class.bocommon.inc.php:1.1.1.5 
property/inc/class.bocommon.inc.php:1.1.1.6
--- property/inc/class.bocommon.inc.php:1.1.1.5 Sun May 30 19:10:31 2004
+++ property/inc/class.bocommon.inc.php Mon May 31 18:36:35 2004
@@ -607,7 +607,8 @@
                                'R' => 'Muliple radio',
                                'CH' => 'Muliple checkbox',
                                'LB' => 'Listbox',
-                               'AB' => 'Contact'
+                               'AB' => 'Contact',
+                               'email' => 'Email'
                        );
 
                        $datatype  = lang($datatype_text[$datatype]);
@@ -627,7 +628,8 @@
                                'R' => 'int',
                                'CH' => 'text',
                                'LB' => 'int',
-                               'AB' => 'int'
+                               'AB' => 'int',
+                               'email' => 'varchar'
                        );
 
                        return $datatype_text[$datatype];
@@ -1131,6 +1133,8 @@
                        $datatypes[8]['name']= lang('ListBox');
                        $datatypes[9]['id']= 'AB';
                        $datatypes[9]['name']= lang('Contact');
+                       $datatypes[10]['id']= 'email';
+                       $datatypes[10]['name']= lang('Email');
 
                        return $this->select_list($selected,$datatypes);
 




reply via email to

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