fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13275]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13275]
Date: Mon, 25 May 2015 20:26:00 +0000

Revision: 13275
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13275
Author:   nelson224
Date:     2015-05-25 20:25:59 +0000 (Mon, 25 May 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/inc/class.uientity.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uientity.inc.php 2015-05-25 
20:25:42 UTC (rev 13274)
+++ branches/dev-syncromind/property/inc/class.uientity.inc.php 2015-05-25 
20:25:59 UTC (rev 13275)
@@ -619,6 +619,7 @@
                                {
                                        $receipt = $this->bo->save($values, 
$attributes, $action, $this->entity_id, $this->cat_id);
                                        $values['id'] = $receipt['id'];
+                                       $this->receipt = $receipt;
                                }
 
                                catch(Exception $e)
@@ -633,7 +634,7 @@
                                
                                $this->_handle_files($values);
                                
-                               phpgwapi_cache::message_set($receipt, 
'message'); 
+                               //phpgwapi_cache::message_set($receipt, 
'message'); 
                                if ($values['apply']) {
                                        $this->edit($values);
                                        return;




reply via email to

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