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


From: nomail
Subject: [Phpgroupware-cvs] property/setup/default_records.inc.php, 1.5
Date: Fri, 6 Aug 2004 22:16:49 +0200

Update of /property/setup
Modified Files:
        Branch: 
          default_records.inc.php

date: 2004/08/06 20:16:49;  author: sigurdne;  state: Exp;  lines: +2 -2

Log Message:
no message
=====================================================================
Index: property/setup/default_records.inc.php
diff -u property/setup/default_records.inc.php:1.4 
property/setup/default_records.inc.php:1.5
--- property/setup/default_records.inc.php:1.4  Sun Jun 20 16:05:09 2004
+++ property/setup/default_records.inc.php      Fri Aug  6 20:16:49 2004
@@ -70,7 +70,7 @@
 $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location2 ( 
location_code , loc1 , loc2 , loc2_name , entry_date , category, status, 
user_id , remark )VALUES ('5000-01', '5000', '01', 'Location name', NULL , 
'1','1', '6', 'remark')");
 
 
-$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_streetaddress (id, 
descr) VALUES (1, 'street name 1');
+$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_streetaddress (id, 
descr) VALUES (1, 'street name 1')");
 
 $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location3 
(location_code, loc1, loc2, loc3, loc3_name, entry_date, category, user_id, 
status, remark) VALUES ('5000-01-01', '5000', '01', '01', 'entrance name1', 
1087745654, 1, 11, 1, NULL)");
 $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location3 
(location_code, loc1, loc2, loc3, loc3_name, entry_date, category, user_id, 
status, remark) VALUES ('5000-01-02', '5000', '01', '02', 'entrance name2', 
1087745654, 1, 11, 1, NULL)");




reply via email to

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