fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15785] more on logistic


From: sigurdne
Subject: [Fmsystem-commits] [15785] more on logistic
Date: Mon, 3 Oct 2016 08:02:24 +0000 (UTC)

Revision: 15785
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15785
Author:   sigurdne
Date:     2016-10-03 08:02:24 +0000 (Mon, 03 Oct 2016)
Log Message:
-----------
more on logistic

Modified Paths:
--------------
    trunk/logistic/inc/class.soproject.inc.php

Modified: trunk/logistic/inc/class.soproject.inc.php
===================================================================
--- trunk/logistic/inc/class.soproject.inc.php  2016-10-03 07:58:54 UTC (rev 
15784)
+++ trunk/logistic/inc/class.soproject.inc.php  2016-10-03 08:02:24 UTC (rev 
15785)
@@ -217,8 +217,8 @@
                        {
                                $project = new 
logistic_project((int)$project_id);
 
-                               
$project->set_name($this->unmarshal($this->db->f('name'), 'string'));
-                               
$project->set_description($this->unmarshal($this->db->f('description'), 
'string'));
+                               
$project->set_name($this->unmarshal($this->db->f('name',true), 'string'));
+                               
$project->set_description($this->unmarshal($this->db->f('description',true), 
'string'));
                                
$project->set_project_type_id($this->unmarshal($this->db->f('project_type_id'), 
'int'));
                                if ($project->get_project_type_id() && 
$project->get_project_type_id() > 0)
                                {




reply via email to

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