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.7.2.7


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.bocommon.inc.php, 1.7.2.7
Date: Mon, 27 Dec 2004 14:58:53 +0100

Update of /property/inc
Modified Files:
        Branch: proposed-0_9_18-branch
          class.bocommon.inc.php

date: 2004/12/27 13:58:53;  author: sigurdne;  state: Exp;  lines: +6 -2

Log Message:
no message
=====================================================================
Index: property/inc/class.bocommon.inc.php
diff -u property/inc/class.bocommon.inc.php:1.7.2.6 
property/inc/class.bocommon.inc.php:1.7.2.7
--- property/inc/class.bocommon.inc.php:1.7.2.6 Wed Dec 15 13:25:25 2004
+++ property/inc/class.bocommon.inc.php Mon Dec 27 13:58:53 2004
@@ -728,6 +728,7 @@
                                'CH' => 'Muliple checkbox',
                                'LB' => 'Listbox',
                                'AB' => 'Contact',
+                               'VENDOR' => 'Vendor',
                                'email' => 'Email'
                        );
 
@@ -749,6 +750,7 @@
                                'CH' => 'text',
                                'LB' => 'int',
                                'AB' => 'int',
+                               'VENDOR' => 'int',
                                'email' => 'varchar'
                        );
 
@@ -1253,8 +1255,10 @@
                        $datatypes[8]['name']= lang('ListBox');
                        $datatypes[9]['id']= 'AB';
                        $datatypes[9]['name']= lang('Contact');
-                       $datatypes[10]['id']= 'email';
-                       $datatypes[10]['name']= lang('Email');
+                       $datatypes[10]['id']= 'VENDOR';
+                       $datatypes[10]['name']= lang('Vendor');
+                       $datatypes[11]['id']= 'email';
+                       $datatypes[11]['name']= lang('Email');
 
                        return $this->select_list($selected,$datatypes);
 




reply via email to

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