add modification from rel206

This commit is contained in:
sparkyx 2006-09-12 16:17:12 +00:00
parent 399b4e9863
commit 3ffd420490
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,3 @@
w
<style type="text/css">
<!--
body {

View file

@ -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 ) {