add modification from rel206
This commit is contained in:
parent
399b4e9863
commit
3ffd420490
2 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
w
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ function isDate ( $p_date) {
|
|||
} else {
|
||||
$l_date=explode(".",$p_date);
|
||||
|
||||
if ( sizeof ($p_date) != 3 )
|
||||
if ( sizeof ($l_date) != 3 )
|
||||
return null;
|
||||
|
||||
if ( $l_date[2] > 2020 ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue