phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/class.history.php, 1.1.2.10


From: nomail
Subject: [Phpgroupware-cvs] api/class.history.php, 1.1.2.10
Date: Thu, 20 May 2004 16:23:47 -0000

Update of /api
Modified Files:
        Branch: proposal-branch
          class.history.php

date: 2004/04/18 08:05:26;  author: jengo;  state: Exp;  lines: +3 -2

Log Message:
Added in support for history rollbacks on an item, in order for an app to 
support this there are some strict guidelines
=====================================================================
No syntax errors detected in -
=====================================================================
Index: api/class.history.php
diff -u api/class.history.php:1.1.2.9 api/class.history.php:1.1.2.10
--- api/class.history.php:1.1.2.9       Fri Apr 16 20:59:48 2004
+++ api/class.history.php       Sun Apr 18 08:05:26 2004
@@ -67,6 +67,7 @@
                                $owner = 
$GLOBALS['phpgw']->accounts->cross_reference((int)$dbresult->fields['history_owner']);
                                $result[] = array
                                (
+                                       'id'        => 
$dbresult->fields['history_id'],
                                        'owner'     => ($owner ? $owner : 
lang('Unknown')),
                                        'field'     => 
($this->field_desc[$dbresult->fields['history_field']] ? 
$this->field_desc[$dbresult->fields['history_field']] : 
$dbresult->fields['history_field']),
                                        'action'    => 
lang($this->actions[$dbresult->fields['history_action']]),




reply via email to

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