Skip to content
Snippets Groups Projects
Commit 29ee88f4 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

FEAT #1150

parent 6d347c40
No related branches found
No related tags found
No related merge requests found
...@@ -327,10 +327,10 @@ ...@@ -327,10 +327,10 @@
elseif($data[$i]['column'] == 'status' ) elseif($data[$i]['column'] == 'status' )
{ {
$find_status = true; $find_status = true;
if( !preg_match("/^[A-Z][A-Z][A-Z][A-Z]*$/", $data[$i]['value'])) /*if( !preg_match("/^[A-Z][A-Z][A-Z][A-Z]*$/", $data[$i]['value']))
{ {
$error .= _STATUS_ERROR.'<br/>'; $error .= _STATUS_ERROR.'<br/>';
} }*/
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment