phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/setup default_records.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/setup default_records.inc.php
Date: Thu, 02 Mar 2006 06:39:15 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/03/02 06:39:15

Modified files:
        setup          : default_records.inc.php 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/setup/default_records.inc.php.diff?tr1=1.21&tr2=1.22&r1=text&r2=text

Patches:
Index: property/setup/default_records.inc.php
diff -u property/setup/default_records.inc.php:1.21 
property/setup/default_records.inc.php:1.22
--- property/setup/default_records.inc.php:1.21 Tue Feb 28 13:29:12 2006
+++ property/setup/default_records.inc.php      Thu Mar  2 06:39:15 2006
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage setup
-       * @version $Id: default_records.inc.php,v 1.21 2006/02/28 13:29:12 
sigurdne Exp $
+       * @version $Id: default_records.inc.php,v 1.22 2006/03/02 06:39:15 
sigurdne Exp $
        */
 
 
@@ -484,19 +484,11 @@
        $default_attrib['input_text'][] ='user_id';
        $default_attrib['statustext'][] ='user_id';
 
-       $default_attrib['id'][]= 6;
-       $default_attrib['column_name'][]= 'remark';
-       $default_attrib['type'][]='T';
-       $default_attrib['precision'][] = 'NULL';
-       $default_attrib['nullable'][] ='False';
-       $default_attrib['input_text'][] ='remark';
-       $default_attrib['statustext'][] ='remark';
-
        for ($i=1; $i<$location_type+1; $i++)
        {
                $pk[$i-1]= 'loc' . $i;
 
-               $default_attrib['id'][]= $i+6;
+               $default_attrib['id'][]= $i+5;
                $default_attrib['column_name'][]= 'loc' . $i;
                $default_attrib['type'][]='V';
                $default_attrib['precision'][] =4;




reply via email to

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