Changeset 79
- Timestamp:
- 08/27/07 13:36:51 (17 months ago)
- Files:
-
- 1 modified
-
hacks/trunk/feedphp/feed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hacks/trunk/feedphp/feed.php
r74 r79 6 6 * 7 7 * author: Antonio Cavedoni <http://cavedoni.com/> 8 * version: 0. 28 * version: 0.3 9 9 * revision: $Id$ 10 10 * license: BSD … … 122 122 $d['tm_min'], 123 123 $d['tm_sec'], 124 $d['tm_mon'] ,124 $d['tm_mon'] + 1, // bloody zero-indexed PHP month numbers! 125 125 $d['tm_mday'], 126 126 $d['tm_year']