mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 16:12:39 +01:00
Fixing style errors.
This commit is contained in:
@@ -171,7 +171,7 @@ elseif ($action == 'disable_MAIN_SECURITY_DISABLEFORGETPASSLINK')
|
||||
if ($action == 'maj_pattern')
|
||||
{
|
||||
$pattern = GETPOST("pattern");
|
||||
$explodePattern = explode(';',$pattern);
|
||||
$explodePattern = explode(';', $pattern);
|
||||
|
||||
$patternInError = false;
|
||||
if($explodePattern[0] < 1 || $explodePattern[4] < 1){
|
||||
|
||||
Reference in New Issue
Block a user