Changeset 1217
- Timestamp:
- 04/19/07 14:04:37 (6 years ago)
- Location:
- trunk/wifidog-auth
- Files:
-
- 2 modified
-
CHANGELOG (modified) (1 diff)
-
wifidog/classes/Content/RssAggregator/RssAggregator.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/CHANGELOG
r1215 r1217 1 2007-04-19 Benoit Grégoire <bock@step.polymtl.ca> 2 * RssAggregator.php: Fix bug saving the max item age. 3 1 4 2007-04-03 Benoit Grégoire <bock@step.polymtl.ca> 2 5 * AnonymisedDataExport.php: New report. Adds the ability to export anonymised SQL data for academic research. -
trunk/wifidog-auth/wifidog/classes/Content/RssAggregator/RssAggregator.php
r1165 r1217 406 406 } 407 407 else { 408 $max_item_age = '$max_item_age seconds';408 $max_item_age = "$max_item_age seconds"; 409 409 } 410 410
