fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7705]


From: Torstein
Subject: [Fmsystem-commits] [7705]
Date: Fri, 23 Sep 2011 05:59:39 +0000

Revision: 7705
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7705
Author:   vator
Date:     2011-09-23 05:59:38 +0000 (Fri, 23 Sep 2011)
Log Message:
-----------


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

Modified: trunk/controller/inc/class.socontrol_area.inc.php
===================================================================
--- trunk/controller/inc/class.socontrol_area.inc.php   2011-09-23 05:59:21 UTC 
(rev 7704)
+++ trunk/controller/inc/class.socontrol_area.inc.php   2011-09-23 05:59:38 UTC 
(rev 7705)
@@ -83,7 +83,7 @@
                $this->db->next_record();
                
                $control_area = new 
controller_control_area($this->unmarshal($this->db->f('id', true), 'int'));
-               
$control_area->set_type_name($this->unmarshal($this->db->f('type_name', true), 
'string'));
+               $control_area->set_title($this->unmarshal($this->db->f('title', 
true), 'string'));
                
                return $control_area;
        }
@@ -130,7 +130,7 @@
                                                           'name' => 
$this->db->f('name', false));
                        }
                        return $results;
-       }
+       }       
        
        function get_id_field_name($extended_info = false)
        {




reply via email to

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