fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7967] controller: typos


From: Sigurd Nes
Subject: [Fmsystem-commits] [7967] controller: typos
Date: Sat, 29 Oct 2011 12:21:35 +0000

Revision: 7967
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7967
Author:   sigurdne
Date:     2011-10-29 12:21:34 +0000 (Sat, 29 Oct 2011)
Log Message:
-----------
controller: typos

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

Modified: trunk/controller/setup/setup.inc.php
===================================================================
--- trunk/controller/setup/setup.inc.php        2011-10-28 11:53:27 UTC (rev 
7966)
+++ trunk/controller/setup/setup.inc.php        2011-10-29 12:21:34 UTC (rev 
7967)
@@ -40,6 +40,6 @@
                'controller_check_item',
                'controller_check_list',
                'controller_procedure',
-               'controller_control_area'
+               'controller_control_area',
+               'controller_control_group_list'
        );
-?>
\ No newline at end of file

Modified: trunk/controller/setup/tables_current.inc.php
===================================================================
--- trunk/controller/setup/tables_current.inc.php       2011-10-28 11:53:27 UTC 
(rev 7966)
+++ trunk/controller/setup/tables_current.inc.php       2011-10-29 12:21:34 UTC 
(rev 7967)
@@ -92,7 +92,7 @@
                                'procedure_id' => array('type' => 'int', 
'precision' => 4, 'nullable' => True),
                                'revision_no' => array('type' => 'int', 
'precision' => 4, 'nullable' => True),
                                'revision_date' => array('type' => 'int', 
'precision' => 8, 'nullable' => True),
-                               'control_area_id' => array('type' => 'int', 
'presicion' => 4, 'nullable' => True)
+                               'control_area_id' => array('type' => 'int', 
'precision' => 4, 'nullable' => True)
                        ),
                        'pk' => array('id'),
                        'fk' => array(),
@@ -122,16 +122,16 @@
                        'ix' => array(),
                        'uc' => array()
                ),
-               'controller_control_group_list', array(
-                               'fd' => array(
-                                       'id' => array('type' => 'auto', 
'nullable' => false),
-                                       'control_id' => array('type' => 'int', 
'precision' => '4', 'nullable' => false),
-                                       'control_group_id' => array('type' => 
'int', 'precision' => '4', 'nullable' => false),
-                                       'order_nr' => array('type' => 
'varchar', 'precision' => '3', 'nullable' => false)
-                               ),
+               'controller_control_group_list' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'auto', 'nullable' => 
false),
+                               'control_id' => array('type' => 'int', 
'precision' => '4', 'nullable' => false),
+                               'control_group_id' => array('type' => 'int', 
'precision' => '4', 'nullable' => false),
+                               'order_nr' => array('type' => 'varchar', 
'precision' => '3', 'nullable' => false)
+                       ),
                        'pk' => array('id'),
                        'fk' => array(),
                        'ix' => array(),
                        'uc' => array()
                ),
-       );
\ No newline at end of file
+       );




reply via email to

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