fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7869] controller: typo


From: Sigurd Nes
Subject: [Fmsystem-commits] [7869] controller: typo
Date: Wed, 12 Oct 2011 20:47:40 +0000

Revision: 7869
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7869
Author:   sigurdne
Date:     2011-10-12 20:47:40 +0000 (Wed, 12 Oct 2011)
Log Message:
-----------
controller: typo

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

Modified: trunk/controller/setup/tables_current.inc.php
===================================================================
--- trunk/controller/setup/tables_current.inc.php       2011-10-12 11:47:38 UTC 
(rev 7868)
+++ trunk/controller/setup/tables_current.inc.php       2011-10-12 20:47:40 UTC 
(rev 7869)
@@ -29,7 +29,7 @@
                                'id' => array('type' => 'auto','precision' => 
4,'nullable' => False),
                                'control_id' => array('type' => 'int', 
'precision' => 4, 'nullable' => True),
                                'control_item_id' => array('type' => 'int', 
'precision' => 4, 'nullable' => True),
-                               'order_nr' => array('type' => 'int', 
'precision' => 3, 'nullable' => True),
+                               'order_nr' => array('type' => 'int', 
'precision' => 4, 'nullable' => True),
                        ),
                        'pk' => array('id'),
                        'fk' => array(),




reply via email to

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