fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9037] registration: typo


From: Sigurd Nes
Subject: [Fmsystem-commits] [9037] registration: typo
Date: Tue, 27 Mar 2012 07:32:27 +0000

Revision: 9037
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9037
Author:   sigurdne
Date:     2012-03-27 07:32:27 +0000 (Tue, 27 Mar 2012)
Log Message:
-----------
registration: typo

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

Modified: trunk/registration/setup/tables_current.inc.php
===================================================================
--- trunk/registration/setup/tables_current.inc.php     2012-03-27 07:27:09 UTC 
(rev 9036)
+++ trunk/registration/setup/tables_current.inc.php     2012-03-27 07:32:27 UTC 
(rev 9037)
@@ -22,7 +22,7 @@
                                'reg_id' => array('type' => 'varchar', 
'precision' => 32,'nullable' => False),
                                'reg_lid' => array('type' => 'varchar', 
'precision' => 255,'nullable' => False),
                                'reg_info' => array('type' => 'text','nullable' 
=> False),
-                               'reg_dla' => array('type' => 'int', 'precision' 
=> 4,'nullable' => False)
+                               'reg_dla' => array('type' => 'int', 'precision' 
=> 4,'nullable' => False),
                                'reg_approved' => array('type' => 'int', 
'precision' => 2,'nullable' => true)
                        ),
                        'pk' => array(),




reply via email to

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