forked from Wavyzz/dolibarr
Fix phpcs
This commit is contained in:
@@ -1822,8 +1822,6 @@ function dol_print_date($time, $format = '', $tzoutput = 'tzserver', $outputlang
|
|||||||
$ret=adodb_strftime($format, $timetouse, $to_gmt);
|
$ret=adodb_strftime($format, $timetouse, $to_gmt);
|
||||||
}
|
}
|
||||||
else $ret='Bad value '.$time.' for date';
|
else $ret='Bad value '.$time.' for date';
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (preg_match('/__b__/i', $format))
|
if (preg_match('/__b__/i', $format))
|
||||||
|
|||||||
Reference in New Issue
Block a user