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:27:12 +0000

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

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.29&r2=1.30

Patches:
Index: class.soadmin_location.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.soadmin_location.inc.php,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- class.soadmin_location.inc.php      26 Oct 2006 16:16:26 -0000      1.29
+++ class.soadmin_location.inc.php      26 Oct 2006 16:27:12 -0000      1.30
@@ -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.29 2006/10/26 
16:16:26 sigurdne Exp $
+       * @version $Id: class.soadmin_location.inc.php,v 1.30 2006/10/26 
16:27:12 sigurdne Exp $
        */
 
        /**
@@ -747,8 +747,8 @@
                                
                                $this->init_process();
 
-//                             $this->oProc->m_odb->transaction_begin();
-//                             $this->db->transaction_begin();
+                               $this->oProc->m_odb->transaction_begin();
+                               $this->db->transaction_begin();
                                
if($this->oProc->AddColumn('fm_location'.$values[$column_name],$column_name, 
$column_info) &&
                                        
$this->oProc->AddColumn('fm_location'.$values[$column_name] . 
'_history',$column_name, $column_info))
                                {
@@ -791,8 +791,8 @@
                                
                                if(isset($ok) && $ok)
                                {
-//                                     $this->db->transaction_commit();
-//                                     
$this->oProc->m_odb->transaction_commit();                              
+                                       $this->db->transaction_commit();
+                                       
$this->oProc->m_odb->transaction_commit();                              
 
                                        $receipt['message'][] = array('msg'     
=> lang('column %1 has been moved',$column_name));
                                }




reply via email to

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