phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.historylog.inc.php
Date: Mon, 13 Aug 2007 06:31:30 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   07/08/13 06:31:30

Modified files:
        inc            : class.historylog.inc.php 

Log message:
        update

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.historylog.inc.php?cvsroot=phpgroupware&r1=1.18&r2=1.19

Patches:
Index: class.historylog.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.historylog.inc.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- class.historylog.inc.php    12 Aug 2007 21:25:10 -0000      1.18
+++ class.historylog.inc.php    13 Aug 2007 06:31:30 -0000      1.19
@@ -24,7 +24,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage core
-       * @version $Id: class.historylog.inc.php,v 1.18 2007/08/12 21:25:10 
sigurdne Exp $
+       * @version $Id: class.historylog.inc.php,v 1.19 2007/08/13 06:31:30 
sigurdne Exp $
        */
 
        /**
@@ -87,7 +87,7 @@
                                        break;
                                case 'entity':
                                        $this->table='fm_entity_history';
-                                       $this->attrib_id_field = 
',history_entity_attrib_id';
+                                       $this->attrib_id_field = 
',history_attrib_id';
                                        break;
                                case 's_agreement':
                                        $this->table='fm_s_agreement_history';
@@ -105,7 +105,7 @@
                {
                        if($attrib_id)
                        {
-                               $attrib_id_condition = "and 
history_entity_attrib_id = $attrib_id";
+                               $attrib_id_condition = "and history_attrib_id = 
$attrib_id";
                        }
 
                        $this->db->query("delete from $this->table where 
history_record_id='$record_id' and "




reply via email to

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