diff options
author | plegall <plg@piwigo.org> | 2005-10-17 21:11:19 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-10-17 21:11:19 +0000 |
commit | 92d9dddd2bc5b3b61d7c63e2f5fd48d5b3597db3 (patch) | |
tree | 354e5d5d70c2066555943a67232066238b82cb10 /doc | |
parent | 4832bc77062ead5b8310a6d8b8416ed54d4a43c1 (diff) |
- bug 154 fixed: "Calendar category, too precise dates". Bug came from the
bigger precision of creation_date and available_date in images
tables. Need to retrieve only the year-month-day information.
git-svn-id: http://piwigo.org/svn/trunk@896 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 2d17c54dc..b53b56630 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,12 @@ 2005-10-17 Pierrick LE GALL + * bug 154 fixed: "Calendar category, too precise dates". Bug came + from the bigger precision of creation_date and available_date in + images tables. Need to retrieve only the year-month-day + information. + +2005-10-17 volcom + * new: history details by month,day 2005-10-15 Pierrick LE GALL |