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,1.16


From: sigurdne
Subject: [Phpgroupware-cvs] property/setup default_records.inc.php,1.16
Date: Thu, 19 May 2005 21:26:00 +0200

Update of property/setup

Modified Files:
     Branch: MAIN
            default_records.inc.php lines: +15 -15

Log Message:
no message

====================================================
Index: property/setup/default_records.inc.php
diff -u property/setup/default_records.inc.php:1.15 
property/setup/default_records.inc.php:1.16
--- property/setup/default_records.inc.php:1.15 Wed May 18 16:05:54 2005
+++ property/setup/default_records.inc.php      Thu May 19 19:26:12 2005
@@ -442,48 +442,48 @@
        $default_attrib['type'][]='V';
        $default_attrib['precision'][] =4*$location_type;
        $default_attrib['nullable'][] ='False';
-       $default_attrib['input_text'][] ='dummy';
-       $default_attrib['statustext'][] ='dummy';
+       $default_attrib['input_text'][] ='location_code';
+       $default_attrib['statustext'][] ='location_code';

        $default_attrib['id'][]= 2;
        $default_attrib['column_name'][]= 'loc' . $location_type . '_name';
        $default_attrib['type'][]='V';
        $default_attrib['precision'][] =50;
        $default_attrib['nullable'][] ='True';
-       $default_attrib['input_text'][] ='dummy';
-       $default_attrib['statustext'][] ='dummy';
+       $default_attrib['input_text'][] ='loc' . $location_type . '_name';
+       $default_attrib['statustext'][] ='loc' . $location_type . '_name';

        $default_attrib['id'][]= 3;
        $default_attrib['column_name'][]= 'entry_date';
        $default_attrib['type'][]='I';
        $default_attrib['precision'][] =4;
        $default_attrib['nullable'][] ='True';
-       $default_attrib['input_text'][] ='dummy';
-       $default_attrib['statustext'][] ='dummy';
+       $default_attrib['input_text'][] ='entry_date';
+       $default_attrib['statustext'][] ='entry_date';

        $default_attrib['id'][]= 4;
        $default_attrib['column_name'][]= 'category';
        $default_attrib['type'][]='I';
        $default_attrib['precision'][] =4;
        $default_attrib['nullable'][] ='False';
-       $default_attrib['input_text'][] ='dummy';
-       $default_attrib['statustext'][] ='dummy';
+       $default_attrib['input_text'][] ='category';
+       $default_attrib['statustext'][] ='category';

        $default_attrib['id'][]= 5;
        $default_attrib['column_name'][]= 'user_id';
        $default_attrib['type'][]='I';
        $default_attrib['precision'][] =4;
        $default_attrib['nullable'][] ='False';
-       $default_attrib['input_text'][] ='dummy';
-       $default_attrib['statustext'][] ='dummy';
+       $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'][] ='dummy';
-       $default_attrib['statustext'][] ='dummy';
+       $default_attrib['input_text'][] ='remark';
+       $default_attrib['statustext'][] ='remark';

        for ($i=1; $i<$location_type+1; $i++)
        {
@@ -494,8 +494,8 @@
                $default_attrib['type'][]='V';
                $default_attrib['precision'][] =4;
                $default_attrib['nullable'][] ='False';
-               $default_attrib['input_text'][] ='dummy';
-               $default_attrib['statustext'][] ='dummy';
+               $default_attrib['input_text'][] ='loc' . $i;
+               $default_attrib['statustext'][] ='loc' . $i;
        }

        if($location_type>1)






reply via email to

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