[Top][All Lists]
[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: |
Sun, 01 Oct 2006 21:09:49 +0000 |
CVSROOT: /sources/phpgroupware
Module name: property
Changes by: Sigurd Nes <sigurdne> 06/10/01 21:09:49
Modified files:
setup : default_records.inc.php
Log message:
bug #17890
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/setup/default_records.inc.php?cvsroot=phpgroupware&r1=1.25&r2=1.26
Patches:
Index: default_records.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/setup/default_records.inc.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- default_records.inc.php 14 Sep 2006 13:53:52 -0000 1.25
+++ default_records.inc.php 1 Oct 2006 21:09:49 -0000 1.26
@@ -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.25 2006/09/14 13:53:52
sigurdne Exp $
+ * @version $Id: default_records.inc.php,v 1.26 2006/10/01 21:09:49
sigurdne Exp $
*/
@@ -514,6 +514,7 @@
$default_attrib['statustext'][] ='loc' . $i;
}
+/*
if($location_type>1)
{
$fk_table='fm_location'. ($location_type-1);
@@ -523,7 +524,7 @@
$fk['loc' . $i] = $fk_table . '.loc' . $i;
}
}
-
+*/
$ix = array('location_code');
$GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_location_type
(id,name,descr,pk,ix) "
- [Phpgroupware-cvs] property/setup default_records.inc.php,
Sigurd Nes <=