phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.soagreement.inc.php class.so...


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.soagreement.inc.php class.so...
Date: Sun, 12 Feb 2006 14:01:14 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/02/12 14:01:14

Modified files:
        inc            : class.soagreement.inc.php 
                         class.sos_agreement.inc.php 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/inc/class.soagreement.inc.php.diff?tr1=1.11&tr2=1.12&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/inc/class.sos_agreement.inc.php.diff?tr1=1.17&tr2=1.18&r1=text&r2=text

Patches:
Index: property/inc/class.soagreement.inc.php
diff -u property/inc/class.soagreement.inc.php:1.11 
property/inc/class.soagreement.inc.php:1.12
--- property/inc/class.soagreement.inc.php:1.11 Sun Feb 12 12:46:46 2006
+++ property/inc/class.soagreement.inc.php      Sun Feb 12 14:01:14 2006
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage agreement
-       * @version $Id: class.soagreement.inc.php,v 1.11 2006/02/12 12:46:46 
sigurdne Exp $
+       * @version $Id: class.soagreement.inc.php,v 1.12 2006/02/12 14:01:14 
sigurdne Exp $
        */
 
        /**
@@ -1432,7 +1432,7 @@
                                $this->db->query("UPDATE $attribute_table set 
$value_set WHERE id=" . $attrib['id'] . $filtermethod);
 
                                $attrib['column_info']['type']  = 
$this->bocommon->translate_datatype_insert($attrib['column_info']['type']);
-                               
$this->oProc->AlterColumn($table,$OldColumnName,$attrib['column_name'],$attrib['column_info']);
+                               
$this->oProc->AlterColumn($table,$attrib['column_name'],$attrib['column_info']);
                        }
 
                        if($attrib['new_choice'])
Index: property/inc/class.sos_agreement.inc.php
diff -u property/inc/class.sos_agreement.inc.php:1.17 
property/inc/class.sos_agreement.inc.php:1.18
--- property/inc/class.sos_agreement.inc.php:1.17       Sun Feb 12 12:46:47 2006
+++ property/inc/class.sos_agreement.inc.php    Sun Feb 12 14:01:14 2006
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage agreement
-       * @version $Id: class.sos_agreement.inc.php,v 1.17 2006/02/12 12:46:47 
sigurdne Exp $
+       * @version $Id: class.sos_agreement.inc.php,v 1.18 2006/02/12 14:01:14 
sigurdne Exp $
        */
 
        /**
@@ -1433,7 +1433,7 @@
                                $this->db->query("UPDATE $attribute_table set 
$value_set WHERE id=" . $attrib['id'] . $filtermethod);
 
                                $attrib['column_info']['type']  = 
$this->bocommon->translate_datatype_insert($attrib['column_info']['type']);
-                               
$this->oProc->AlterColumn($table,$OldColumnName,$attrib['column_name'],$attrib['column_info']);
+                               
$this->oProc->AlterColumn($table,$attrib['column_name'],$attrib['column_info']);
                        }
 
                        if($attrib['new_choice'])




reply via email to

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