new calendar completely integrated

git-svn-id: http://piwigo.org/svn/trunk@1051 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2006-02-23 02:30:19 +00:00
parent fe8fbac3cf
commit 34538a62f4
8 changed files with 128 additions and 620 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ function get_date_where($requested, $max_levels=3)
if (isset($requested[0]) and $requested[0]!='any')
{
$y = $requested[0];
$res = " AND $this->date_field BETWEEN '$y-01-01' AND '$y-12-31'";
$res = " AND $this->date_field BETWEEN '$y-01-01' AND '$y-12-31 23:59:59'";
}
if (isset($requested[1]) and $requested[1]!='any')