Changeset 19420


Ignore:
Timestamp:
Dec 13, 2012, 11:59:17 AM (11 years ago)
Author:
plg
Message:

merge r19419 from branch 2.4 to trunk

bug 2806 fixed: only use the day to compare from and to, and not the time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/category_cats.inc.php

    r19002 r19420  
    356356          $info = '';
    357357
    358           if ($from == $to)
     358          if (date('Y-m-d', strtotime($from)) == date('Y-m-d', strtotime($to)))
    359359          {
    360360            $info = format_date($from);
Note: See TracChangeset for help on using the changeset viewer.