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


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/setup default_records.inc.php tables_u...
Date: Tue, 31 Oct 2006 14:18:36 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   06/10/31 14:18:36

Modified files:
        setup          : default_records.inc.php tables_update.inc.php 

Log message:
        typo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/setup/default_records.inc.php?cvsroot=phpgroupware&r1=1.35&r2=1.36
http://cvs.savannah.gnu.org/viewcvs/property/setup/tables_update.inc.php?cvsroot=phpgroupware&r1=1.58&r2=1.59

Patches:
Index: default_records.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/setup/default_records.inc.php,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- default_records.inc.php     31 Oct 2006 14:14:05 -0000      1.35
+++ default_records.inc.php     31 Oct 2006 14:18:36 -0000      1.36
@@ -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.35 2006/10/31 14:14:05 
sigurdne Exp $
+       * @version $Id: default_records.inc.php,v 1.36 2006/10/31 14:18:36 
sigurdne Exp $
        */
 
 
@@ -262,10 +262,10 @@
 $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_tenant_attribute (id, 
list, search, lookup_form, column_name, input_text, statustext, size, datatype, 
attrib_sort, precision_, scale, default_value, nullable) VALUES (1, 1, 1, NULL, 
'first_name', 'First name', 'First name', NULL, 'V', 1, 50, NULL, NULL, 
'True')");
 $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_tenant_attribute (id, 
list, search, lookup_form, column_name, input_text, statustext, size, datatype, 
attrib_sort, precision_, scale, default_value, nullable) VALUES (2, 1, 1, NULL, 
'last_name', 'Last name', 'Last name', NULL, 'V', 2, 50, NULL, NULL, 'True')");
 $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_tenant_attribute (id, 
list, search, lookup_form, column_name, input_text, statustext, size, datatype, 
attrib_sort, precision_, scale, default_value, nullable) VALUES (3, 1, 1, NULL, 
'contact_phone', 'contact phone', 'contact phone', NULL, 'V', 3, 20, NULL, 
NULL, 'True')");
-$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_tenant_attribute (id, 
list, search, lookup_form, column_name, input_text, statustext, size, datatype, 
attrib_sort, precision_, scale, default_value, nullable) VALUES (4, 1, 1, NULL, 
'phpgw_account_id', 'Mapped User', 'Mapped User', NULL, 'user', 4, 4, NULL, 
NULL, 'True')");
-$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_tenant_attribute (id, 
list, search, lookup_form, column_name, input_text, statustext, size, datatype, 
attrib_sort, precision_, scale, default_value, nullable) VALUES (5, 1, 1, NULL, 
'account_lid', 'User Name', 'User name for login', NULL, 'V', 5, 25, NULL, 
NULL, 'True')");
-$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_tenant_attribute (id, 
list, search, lookup_form, column_name, input_text, statustext, size, datatype, 
attrib_sort, precision_, scale, default_value, nullable) VALUES (6, 1, 1, NULL, 
'account_pwd', 'Password', 'Users Password', NULL, 'pwd', 6, 32, NULL, NULL, 
'True')");
-$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_tenant_attribute (id, 
list, search, lookup_form, column_name, input_text, statustext, size, datatype, 
attrib_sort, precision_, scale, default_value, nullable) VALUES (7, 1, 1, NULL, 
'account_status', 'account status', 'account status', NULL, 'LB', 7, NULL, 
NULL, NULL, 'True')");
+$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_tenant_attribute (id, 
list, search, lookup_form, column_name, input_text, statustext, size, datatype, 
attrib_sort, precision_, scale, default_value, nullable) VALUES (4, NULL, NULL, 
NULL, 'phpgw_account_id', 'Mapped User', 'Mapped User', NULL, 'user', 4, 4, 
NULL, NULL, 'True')");
+$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_tenant_attribute (id, 
list, search, lookup_form, column_name, input_text, statustext, size, datatype, 
attrib_sort, precision_, scale, default_value, nullable) VALUES (5, NULL, NULL, 
NULL, 'account_lid', 'User Name', 'User name for login', NULL, 'V', 5, 25, 
NULL, NULL, 'True')");
+$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_tenant_attribute (id, 
list, search, lookup_form, column_name, input_text, statustext, size, datatype, 
attrib_sort, precision_, scale, default_value, nullable) VALUES (6, NULL, NULL, 
NULL, 'account_pwd', 'Password', 'Users Password', NULL, 'pwd', 6, 32, NULL, 
NULL, 'True')");
+$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_tenant_attribute (id, 
list, search, lookup_form, column_name, input_text, statustext, size, datatype, 
attrib_sort, precision_, scale, default_value, nullable) VALUES (7, NULL, NULL, 
NULL, 'account_status', 'account status', 'account status', NULL, 'LB', 7, 
NULL, NULL, NULL, 'True')");
 
 #
 # Dumping data for table fm_tenant_choice

Index: tables_update.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/setup/tables_update.inc.php,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -b -r1.58 -r1.59
--- tables_update.inc.php       31 Oct 2006 14:14:05 -0000      1.58
+++ tables_update.inc.php       31 Oct 2006 14:18:36 -0000      1.59
@@ -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: tables_update.inc.php,v 1.58 2006/10/31 14:14:05 
sigurdne Exp $
+       * @version $Id: tables_update.inc.php,v 1.59 2006/10/31 14:18:36 
sigurdne Exp $
        */
 
        /**
@@ -1602,16 +1602,16 @@
                $id = $GLOBALS['phpgw_setup']->oProc->f('id') + 1;
                $attrib_sort = $GLOBALS['phpgw_setup']->oProc->f('attrib_sort') 
+1;
                
-               $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
fm_tenant_attribute (id, list, search, lookup_form, column_name, input_text, 
statustext, size, datatype, attrib_sort, precision_, scale, default_value, 
nullable) VALUES ($id, 1, 1, NULL, 'phpgw_account_id', 'Mapped User', 'Mapped 
User', NULL, 'user', $attrib_sort, 4, NULL, NULL, 'True')");
+               $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
fm_tenant_attribute (id, list, search, lookup_form, column_name, input_text, 
statustext, size, datatype, attrib_sort, precision_, scale, default_value, 
nullable) VALUES ($id, NULL, NULL, NULL, 'phpgw_account_id', 'Mapped User', 
'Mapped User', NULL, 'user', $attrib_sort, 4, NULL, NULL, 'True')");
                $id++;
                $attrib_sort++;
-               $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
fm_tenant_attribute (id, list, search, lookup_form, column_name, input_text, 
statustext, size, datatype, attrib_sort, precision_, scale, default_value, 
nullable) VALUES ($id, 1, 1, NULL, 'account_lid', 'User Name', 'User name for 
login', NULL, 'V', $attrib_sort, 25, NULL, NULL, 'True')");
+               $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
fm_tenant_attribute (id, list, search, lookup_form, column_name, input_text, 
statustext, size, datatype, attrib_sort, precision_, scale, default_value, 
nullable) VALUES ($id, NULL, NULL, NULL, 'account_lid', 'User Name', 'User name 
for login', NULL, 'V', $attrib_sort, 25, NULL, NULL, 'True')");
                $id++;
                $attrib_sort++;
-               $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
fm_tenant_attribute (id, list, search, lookup_form, column_name, input_text, 
statustext, size, datatype, attrib_sort, precision_, scale, default_value, 
nullable) VALUES ($id, 1, 1, NULL, 'account_pwd', 'Password', 'Users Password', 
NULL, 'pwd', $attrib_sort, 32, NULL, NULL, 'True')");
+               $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
fm_tenant_attribute (id, list, search, lookup_form, column_name, input_text, 
statustext, size, datatype, attrib_sort, precision_, scale, default_value, 
nullable) VALUES ($id, NULL, NULL, NULL, 'account_pwd', 'Password', 'Users 
Password', NULL, 'pwd', $attrib_sort, 32, NULL, NULL, 'True')");
                $id++;
                $attrib_sort++;
-               $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
fm_tenant_attribute (id, list, search, lookup_form, column_name, input_text, 
statustext, size, datatype, attrib_sort, precision_, scale, default_value, 
nullable) VALUES ($id, 1, 1, NULL, 'account_status', 'account status', 'account 
status', NULL, 'LB', $attrib_sort, NULL, NULL, NULL, 'True')");
+               $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
fm_tenant_attribute (id, list, search, lookup_form, column_name, input_text, 
statustext, size, datatype, attrib_sort, precision_, scale, default_value, 
nullable) VALUES ($id, NULL, NULL, NULL, 'account_status', 'account status', 
'account status', NULL, 'LB', $attrib_sort, NULL, NULL, NULL, 'True')");
        
                $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
fm_tenant_choice (attrib_id, id, value) VALUES ($id, 1, 'Active')");
                $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
fm_tenant_choice (attrib_id, id, value) VALUES ($id, 2, 'Banned')");




reply via email to

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