diff options
author | LostInIgnorance <LostInIgnorance@gmail.com> | 2011-07-29 22:16:33 -0500 |
---|---|---|
committer | LostInIgnorance <LostInIgnorance@gmail.com> | 2011-07-29 22:16:33 -0500 |
commit | c301d6b29779fcf728963bdbf1251b5249cde87a (patch) | |
tree | ad38567b0065ed24c9dc2d6f59dfe4c4c541d0c0 /config/widget-antivirus | |
parent | 8fd7c22dc940a4a2537f83fd111d255fa532753e (diff) | |
download | pfsense-packages-c301d6b29779fcf728963bdbf1251b5249cde87a.tar.gz pfsense-packages-c301d6b29779fcf728963bdbf1251b5249cde87a.tar.bz2 pfsense-packages-c301d6b29779fcf728963bdbf1251b5249cde87a.zip |
Changed to reflect YYYY.MM.DD
Diffstat (limited to 'config/widget-antivirus')
-rw-r--r-- | config/widget-antivirus/antivirus_status.widget.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/widget-antivirus/antivirus_status.widget.php b/config/widget-antivirus/antivirus_status.widget.php index fee10ea8..a908d7b8 100644 --- a/config/widget-antivirus/antivirus_status.widget.php +++ b/config/widget-antivirus/antivirus_status.widget.php @@ -57,7 +57,7 @@ function havp_avdb_info($filename) # datetime $dt = explode(" ", $s[1]); - $s[1] = strftime("%m.%d.%Y", strtotime("{$dt[0]} {$dt[1]} {$dt[2]}")); + $s[1] = strftime("%Y.%m.%d", strtotime("{$dt[0]} {$dt[1]} {$dt[2]}")); if ($s[0] == 'ClamAV-VDB') $r .= "<tr class='listr'><td>{$filename}</td><td $stl>{$s[1]}</td><td $stl>{$s[2]}</td><td $stl>{$s[7]}</td></tr>"; } |