phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: nomail
Subject: [Phpgroupware-cvs] property/class.bocommon.php, 1.1.1.20
Date: Tue, 1 Jun 2004 15:06:22 +0200

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

date: 2004/06/01 13:06:22;  author: sigurdne;  state: Exp;  lines: +7 -3

Log Message:
no message
=====================================================================
Index: property/class.bocommon.php
diff -u property/class.bocommon.php:1.1.1.19 
property/class.bocommon.php:1.1.1.20
--- property/class.bocommon.php:1.1.1.19        Tue May 11 19:59:35 2004
+++ property/class.bocommon.php Tue Jun  1 13:06:22 2004
@@ -586,7 +586,8 @@
                                'R' => 'Muliple radio',
                                'CH' => 'Muliple checkbox',
                                'LB' => 'Listbox',
-                               'AB' => 'Contact'
+                               'AB' => 'Contact',
+                               'email' => 'Email'
                        );
 
                        $datatype  = lang($datatype_text[$datatype]);
@@ -606,7 +607,8 @@
                                'R' => 'int',
                                'CH' => 'text',
                                'LB' => 'int',
-                               'AB' => 'int'
+                               'AB' => 'int',
+                               'email' => 'varchar'
                        );
 
                        return $datatype_text[$datatype];
@@ -1056,6 +1058,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]