fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12412] class.sotemplate. inc add function save and s


From: Saul
Subject: [Fmsystem-commits] [12412] class.sotemplate. inc add function save and solutions function delete
Date: Tue, 02 Dec 2014 19:08:41 +0000

Revision: 12412
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12412
Author:   psaul
Date:     2014-12-02 19:08:40 +0000 (Tue, 02 Dec 2014)
Log Message:
-----------
class.sotemplate.inc add function save and solutions function delete

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

Modified: branches/dev-syncromind/property/inc/class.sotemplate.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.sotemplate.inc.php       
2014-12-02 17:04:18 UTC (rev 12411)
+++ branches/dev-syncromind/property/inc/class.sotemplate.inc.php       
2014-12-02 19:08:40 UTC (rev 12412)
@@ -501,7 +501,7 @@
                        $this->db->query("UPDATE fm_template set $value_set 
WHERE id='" . $values['template_id'] . "'",__LINE__,__FILE__);
 
                        $this->db->transaction_commit();
-                       $receipt['message'][]=array('msg'=>lang('template has 
been edited'));
+                       $receipt['message'][]=array('msg'=>lang('template has 
been edited'),'OK'=>'Is save Successfully');
                        return $receipt;
                }
 




reply via email to

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