|
@@ -3886,7 +3886,9 @@ |
|
|
block discarded – undo |
|
3886
|
3886
|
); |
|
3887
|
3887
|
|
|
3888
|
3888
|
// if not exists then error |
|
3889
|
|
- if (is_null($val) === true || count($val) === 0 || defined('UPGRADE_MIN_DATE') === false) return true; |
|
|
3889
|
+ if (is_null($val) === true || count($val) === 0 || defined('UPGRADE_MIN_DATE') === false) { |
|
|
3890
|
+ return true; |
|
|
3891
|
+ } |
|
3890
|
3892
|
|
|
3891
|
3893
|
// if empty or too old then error |
|
3892
|
3894
|
if (empty($val['valeur']) === true || (int) $val['valeur'] < (int) UPGRADE_MIN_DATE) { |
Please login to merge, or discard this patch.