Changeset 1217

Show
Ignore:
Timestamp:
04/19/07 14:04:37 (6 years ago)
Author:
benoitg
Message:
Location:
trunk/wifidog-auth
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/CHANGELOG

    r1215 r1217  
     12007-04-19  Benoit Grégoire  <bock@step.polymtl.ca> 
     2        * RssAggregator.php:  Fix bug saving the max item age.  
     3 
    142007-04-03 Benoit Grégoire  <bock@step.polymtl.ca> 
    25        * 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  
    406406            } 
    407407            else { 
    408                 $max_item_age = '$max_item_age seconds'; 
     408                $max_item_age = "$max_item_age seconds"; 
    409409            } 
    410410