time and date setting
This commit is contained in:
@@ -33,7 +33,7 @@ try {
|
||||
}
|
||||
|
||||
// Normalize auto_value
|
||||
$allowedAuto = ['none', 'import_date', 'import_datetime', 'export_date', 'export_datetime'];
|
||||
$allowedAuto = ['none', 'import_date', 'import_time', 'export_date', 'export_time'];
|
||||
if (!in_array($autoValue, $allowedAuto, true)) {
|
||||
$autoValue = 'none';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user