fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9224]


From: Torstein
Subject: [Fmsystem-commits] [9224]
Date: Wed, 25 Apr 2012 13:57:35 +0000

Revision: 9224
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9224
Author:   vator
Date:     2012-04-25 13:57:33 +0000 (Wed, 25 Apr 2012)
Log Message:
-----------


Modified Paths:
--------------
    trunk/controller/inc/model/class.check_item.inc.php
    trunk/controller/setup/tables_current.inc.php

Modified: trunk/controller/inc/model/class.check_item.inc.php
===================================================================
--- trunk/controller/inc/model/class.check_item.inc.php 2012-04-25 11:45:26 UTC 
(rev 9223)
+++ trunk/controller/inc/model/class.check_item.inc.php 2012-04-25 13:57:33 UTC 
(rev 9224)
@@ -36,10 +36,7 @@
 
                protected $id;
                protected $control_item_id;
-               protected $status;
-               protected $comment;
                protected $check_list_id;
-               protected $measurement;
                                
                // Objects
                protected $control_item;
@@ -70,20 +67,6 @@
                
                public function get_control_item_id() { return 
$this->control_item_id; }
                                
-               public function set_status($status)
-               {
-                       $this->status = (int)$status;
-               }
-               
-               public function get_status() { return (int)$this->status; }
-               
-               public function set_comment($comment)
-               {
-                       $this->comment = $comment;
-               }
-               
-               public function get_comment() { return $this->comment; }
-               
                public function set_check_list_id($check_list_id)
                {
                        $this->check_list_id = $check_list_id;
@@ -91,14 +74,7 @@
                
                public function get_check_list_id() { return 
$this->check_list_id; }
                
-               public function set_measurement($measurement)
-               {
-                       $this->measurement = $measurement;
-               }
                
-               public function get_measurement() { return $this->measurement; }
-               
-               
                // =================  Getters and setters for objects 
=================
                
                public function set_control_item($control_item)

Modified: trunk/controller/setup/tables_current.inc.php
===================================================================
--- trunk/controller/setup/tables_current.inc.php       2012-04-25 11:45:26 UTC 
(rev 9223)
+++ trunk/controller/setup/tables_current.inc.php       2012-04-25 13:57:33 UTC 
(rev 9224)
@@ -56,9 +56,6 @@
                        'fd' => array(
                                'id' => array('type' => 'auto','precision' => 
4,'nullable' => False),
                                'control_item_id' => array('type' => 'int', 
'precision' => 4, 'nullable' => True),
-                               'status' => array('type' => 'int', 'precision' 
=> 2, 'nullable' => true),
-                               'comment' => array('type' => 
'varchar','precision' => '255','nullable' => False),
-                               'measurement'         => array('type' => 
'varchar', 'precision' => '50', 'nullable' => True),
                                'check_list_id' => array('type' => 'int', 
'precision' => 4, 'nullable' => True)
                        ),
                        'pk' => array('id'),




reply via email to

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