mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
new calendar completely integrated
git-svn-id: http://piwigo.org/svn/trunk@1051 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user