Bug fixes for data insert with interval fields in form generate
- if interval is emtpy set NULL - do some clean up for pk return data from the form/db array io part
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
'output_name' => 'Password change interval',
|
||||
'error_check' => 'intervalshort', // can be any date length format. n Y/M/D [not H/M/S], only one set, no combination
|
||||
'type' => 'text',
|
||||
'interval' => 1, // interval needs NULL write for empty
|
||||
'size' => 5, // make it 5 chars long
|
||||
'length' => 5
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user