- Timestamp:
- 09/08/07 16:00:21 (15 months ago)
- Location:
- team/michiel/import_blogs
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
common/rss.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
team/michiel/import_blogs
- Property svnmerge-integrated changed from /trunk:1-593 to /trunk:1-595
-
team/michiel/import_blogs/common/rss.php
r573 r596 44 44 $url = $proto."://".$_SERVER["SERVER_NAME"].(substr($_SERVER["REQUEST_URI"], 0, strpos($_SERVER["REQUEST_URI"], "common/"))); 45 45 46 /* most f iids have limit of 1 month */46 /* most feeds have limit of 1 month */ 47 47 $max_time = mktime(0, 0, 0, date("m"), date("d")+1, date("Y")); 48 48
