fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13292]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13292]
Date: Wed, 27 May 2015 21:09:12 +0000

Revision: 13292
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13292
Author:   nelson224
Date:     2015-05-27 21:09:11 +0000 (Wed, 27 May 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.uiproject.inc.php

Modified: branches/dev-syncromind/property/inc/class.uiproject.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uiproject.inc.php        
2015-05-27 21:08:48 UTC (rev 13291)
+++ branches/dev-syncromind/property/inc/class.uiproject.inc.php        
2015-05-27 21:09:11 UTC (rev 13292)
@@ -967,7 +967,7 @@
                                        $receipt = $this->bo->save($values, 
$action, $values_attribute);
                                        $values['id'] = $receipt['id'];
                                        $id = $receipt['id'];
-                                       $this->receipt['error'] = 
$receipt['error'];
+                                       $this->receipt = $receipt;
                                }
                                catch(Exception $e)
                                {
@@ -1129,7 +1129,7 @@
                                }
                        }
                         
-                       phpgwapi_cache::message_set($receipt, 'message');
+                       //phpgwapi_cache::message_set($receipt, 'message');
                        
                        $this->edit($values, 'after_save');
 




reply via email to

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