Oops, time_now is used while mentioning the week this report covers.

This commit is contained in:
Philip Olson
2011-05-26 06:08:10 +00:00
parent 7e92c23b64
commit 2556d3541e

View File

@ -41,6 +41,7 @@ define('DAYS_LOOKUP', 7); // Number of days, in the past, to search/use for the
$svn_modules = array('phpdoc', 'phd', 'web/doc-editor');
$time_past = date('Y-m-d', strtotime('-'. DAYS_LOOKUP . ' days'));
$time_future = date('Y-m-d', strtotime('+'. DAYS_LOOKUP . ' days'));
$time_now = date('Y-m-d');
if (!function_exists('sqlite_open')) {
echo 'Fail. I require ext/sqlite to work.', PHP_EOL;