Changeset 410
- Timestamp:
- 10/04/2003 02:33:16 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2calendar.php
r406 r410 132 132 ."WHERE MONTH(post_date) = '$thismonth' " 133 133 ."AND YEAR(post_date) = '$thisyear' " 134 ."AND post_date < '".date("Y-m-d H:i:s" )."' "134 ."AND post_date < '".date("Y-m-d H:i:s", (time() + ($time_difference * 3600)))."' " 135 135 ."AND post_status = 'publish' " 136 136 ."ORDER BY post_date DESC"; … … 219 219 ."WHERE YEAR(post_date) = '$thisyear' " 220 220 ."AND MONTH(post_date) = '$thismonth' " 221 ."AND post_date < '".date("Y-m-d H:i:s" )."' "221 ."AND post_date < '".date("Y-m-d H:i:s", (time() + ($time_difference * 3600)))."' " 222 222 ."AND post_status = 'publish'" 223 223 );
Note: See TracChangeset
for help on using the changeset viewer.