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, 26 Oct 2006 16:16:26 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   06/10/26 16:16:26

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

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.soadmin_location.inc.php?cvsroot=phpgroupware&r1=1.28&r2=1.29

Patches:
Index: class.soadmin_location.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.soadmin_location.inc.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- class.soadmin_location.inc.php      15 Oct 2006 20:14:14 -0000      1.28
+++ class.soadmin_location.inc.php      26 Oct 2006 16:16:26 -0000      1.29
@@ -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.28 2006/10/15 
20:14:14 sigurdne Exp $
+       * @version $Id: class.soadmin_location.inc.php,v 1.29 2006/10/26 
16:16:26 sigurdne Exp $
        */
 
        /**
@@ -337,12 +337,11 @@
 
                        $fd_history = $fd;
                        $fd_history['exp_date'] = array('type' => 
'timestamp','nullable' => True,'default' => 'current_timestamp');
-//                     $fd_history['change_type'] = array('type' => 
'int','precision' => '4','nullable' => True);
 
                        
$add_columns_in_tables=array('fm_project','fm_tts_tickets','fm_request','fm_document','fm_investment');
 
-//                     $this->oProc->m_odb->transaction_begin();
-//                     $this->db->transaction_begin();
+                       $this->oProc->m_odb->transaction_begin();
+                       $this->db->transaction_begin();
                        if($this->oProc->CreateTable('fm_location'. 
$standard['id'],array('fd' => $fd,'pk' => $pk,'fk' => $fk,'ix' => $ix,'uc' => 
$uc))
                                && $this->oProc->CreateTable('fm_location'. 
$standard['id'] . '_history',array('fd' => $fd_history)))
                        {
@@ -409,8 +408,8 @@
                                        . "VALUES (99,'Not 
active')",__LINE__,__FILE__);
 
                                $receipt['message'][] = array('msg' => 
lang('table %1 has been saved','fm_location'. $receipt['id']));
-//                             $this->db->transaction_commit();
-//                             $this->oProc->m_odb->transaction_commit();
+                               $this->db->transaction_commit();
+                               $this->oProc->m_odb->transaction_commit();
                        }
                        else
                        {




reply via email to

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