phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.soadmin_location.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.soadmin_location.inc.php
Date: Thu, 02 Mar 2006 09:58:30 +0000

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

Modified files:
        inc            : class.soadmin_location.inc.php 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/inc/class.soadmin_location.inc.php.diff?tr1=1.18&tr2=1.19&r1=text&r2=text

Patches:
Index: property/inc/class.soadmin_location.inc.php
diff -u property/inc/class.soadmin_location.inc.php:1.18 
property/inc/class.soadmin_location.inc.php:1.19
--- property/inc/class.soadmin_location.inc.php:1.18    Tue Feb 28 13:29:34 2006
+++ property/inc/class.soadmin_location.inc.php Thu Mar  2 09:58:29 2006
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage admin
-       * @version $Id: class.soadmin_location.inc.php,v 1.18 2006/02/28 
13:29:34 sigurdne Exp $
+       * @version $Id: class.soadmin_location.inc.php,v 1.19 2006/03/02 
09:58:29 sigurdne Exp $
        */
 
        /**
@@ -760,13 +760,12 @@
 
                        $table_def = $this->get_table_def($attrib['type_id']);
                        $history_table_def['fm_location'.$attrib['type_id'] . 
'_history'] = $table_def['fm_location'.$attrib['type_id']];
-                       
$history_table_def['fm_location'.$attrib['type_id']]['fd']['exp_date']=array('type'
 => 'timestamp','nullable' => False,'default' => 'current_timestamp');
-//                     
$history_table_def['fm_location'.$attrib['type_id']]['fd']['change_type'] = 
array('type' => 'int','precision' => '4','nullable' => True);
+                       $history_table_def['fm_location'.$attrib['type_id'] . 
'_history']['fd']['exp_date']=array('type' => 'timestamp','nullable' => 
False,'default' => 'current_timestamp');
                        
-                       
$history_table_def['fm_location'.$attrib['type_id']]['pk'] = array();
-                       
$history_table_def['fm_location'.$attrib['type_id']]['fk'] = array();
-                       
$history_table_def['fm_location'.$attrib['type_id']]['ix'] = array();
-                       
$history_table_def['fm_location'.$attrib['type_id']]['uc'] = array();
+                       $history_table_def['fm_location'.$attrib['type_id'] . 
'_history']['pk'] = array();
+                       $history_table_def['fm_location'.$attrib['type_id'] . 
'_history']['fk'] = array();
+                       $history_table_def['fm_location'.$attrib['type_id'] . 
'_history']['ix'] = array();
+                       $history_table_def['fm_location'.$attrib['type_id'] . 
'_history']['uc'] = array();
 
                        if($this->receipt['error'])
                        {




reply via email to

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