phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.soadmin_entity.inc.php, 1.2.2.4


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.soadmin_entity.inc.php, 1.2.2.4
Date: Mon, 6 Dec 2004 16:01:22 +0100

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

date: 2004/12/06 15:01:22;  author: sigurdne;  state: Exp;  lines: +2 -2

Log Message:
no message
=====================================================================
Index: property/inc/class.soadmin_entity.inc.php
diff -u property/inc/class.soadmin_entity.inc.php:1.2.2.3 
property/inc/class.soadmin_entity.inc.php:1.2.2.4
--- property/inc/class.soadmin_entity.inc.php:1.2.2.3   Thu Nov 18 14:45:21 2004
+++ property/inc/class.soadmin_entity.inc.php   Mon Dec  6 15:01:22 2004
@@ -451,7 +451,7 @@
                                $fd['loc' . $i] = array('type' => 'varchar', 
'precision' => 4, 'nullable' => True);
                        }
 
-                       $fd['address'] = array('type' => 'varchar', 'precision' 
=> 100, 'nullable' => True);
+                       $fd['address'] = array('type' => 'varchar', 'precision' 
=> 150, 'nullable' => True);
                        $fd['tenant_id'] = array('type' => 'int', 'precision' 
=> 4, 'nullable' => True);
                        $fd['contact_phone'] = array('type' => 'varchar', 
'precision' => 30, 'nullable' => True);
                        $fd['status'] = array('type' => 'int', 'precision' => 
4, 'nullable' => True);




reply via email to

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