fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11422] bugfix


From: Sigurd Nes
Subject: [Fmsystem-commits] [11422] bugfix
Date: Sun, 03 Nov 2013 19:39:49 +0000

Revision: 11422
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11422
Author:   sigurdne
Date:     2013-11-03 19:39:47 +0000 (Sun, 03 Nov 2013)
Log Message:
-----------
bugfix

Modified Paths:
--------------
    trunk/controller/inc/class.uicheck_list.inc.php

Modified: trunk/controller/inc/class.uicheck_list.inc.php
===================================================================
--- trunk/controller/inc/class.uicheck_list.inc.php     2013-11-03 18:02:19 UTC 
(rev 11421)
+++ trunk/controller/inc/class.uicheck_list.inc.php     2013-11-03 19:39:47 UTC 
(rev 11422)
@@ -785,7 +785,8 @@
                                                $error_message .=  
"{$required_control_item['title']}</br>";
                                                $error_message .= 
execMethod('property.soentity.get_short_description', array('location_id' => 
$location_id, 'id' => $component_id));
                                                $error_message .=  "</br>";
-                                               echo $error_message;
+                                               
phpgwapi_cache::message_set($error_message, 'error');
+//                                             echo $error_message;
                                                $ok = false;
                                        }
                                }




reply via email to

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