# | Line 43 | Line 43 | include("iutils.inc.php"); | |
---|---|---|
43 | <? } | |
44 | foreach($file_array as $file_name) { | |
45 | #if (is_dir($file_name)) { | |
46 | < | if (!preg_match("/^[0-9]{4}\-[0-9]{2}\-[0-9]{2}$/", $file_name)) { |
46 | > | if (preg_match("/^[0-9]{4}\-[0-9]{2}\-[0-9]{2}$/", $file_name)) { |
47 | $i++; | |
48 | print "<option value=\"$file_name\">$file_name</option>"; | |
49 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |