fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8046] Deleted field control_area_id


From: Torstein
Subject: [Fmsystem-commits] [8046] Deleted field control_area_id
Date: Tue, 08 Nov 2011 08:31:55 +0000

Revision: 8046
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8046
Author:   vator
Date:     2011-11-08 08:31:55 +0000 (Tue, 08 Nov 2011)
Log Message:
-----------
Deleted field control_area_id

Modified Paths:
--------------
    trunk/controller/inc/model/class.control_item.inc.php

Modified: trunk/controller/inc/model/class.control_item.inc.php
===================================================================
--- trunk/controller/inc/model/class.control_item.inc.php       2011-11-08 
08:31:12 UTC (rev 8045)
+++ trunk/controller/inc/model/class.control_item.inc.php       2011-11-08 
08:31:55 UTC (rev 8046)
@@ -11,7 +11,6 @@
                protected $what_to_do;
                protected $how_to_do;
                protected $control_group_id;
-               protected $control_area_id;
                
                /**
                 * Constructor.  Takes an optional ID.  If a contract is 
created from outside
@@ -72,21 +71,6 @@
                }
                
                public function get_control_group_name() { return 
$this->control_group_name; }
-               
-               public function set_control_area_id($control_area_id)
-               {
-                       $this->control_area_id = $control_area_id;
-               }
-               
-               public function get_control_area_id() { return 
$this->control_area_id; }
-               
-               public function set_control_area_name($control_area_name)
-               {
-                       $this->control_area_name = $control_area_name;
-               }
-               
-               public function get_control_area_name() { return 
$this->control_area_name; }
-               
                        
                /**
                 * Get a static reference to the storage object associated with 
this model object
@@ -111,7 +95,6 @@
                        $result['what_to_do'] = $this->get_what_to_do();
                        $result['how_to_do'] = $this->get_how_to_do();
                        $result['control_group'] = 
$this->get_control_group_name();
-                       $result['control_area'] = 
$this->get_control_area_name();
                                                
                        return $result;
                }




reply via email to

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