Changeset 19419
- Timestamp:
- Dec 13, 2012, 11:58:33 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4/include/category_cats.inc.php
r12930 r19419 355 355 $info = ''; 356 356 357 if ( $from == $to)357 if (date('Y-m-d', strtotime($from)) == date('Y-m-d', strtotime($to))) 358 358 { 359 359 $info = format_date($from);
Note: See TracChangeset
for help on using the changeset viewer.