Changeset 263

Show
Ignore:
Timestamp:
04/15/11 16:02:24 (13 months ago)
Author:
gnum
Message:

Fixing problem of aggregation start and end not being set on suckr side, the problem turned out to be wrong parameter names.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • edufeedr/trunk/actions/add_educourse.php

    r249 r263  
    7373                     "course_starting_date"=>edufeedrDateIntoTimestamp($course_starting_date), 
    7474                                         "course_ending_date"=>edufeedrDateIntoTimestamp($course_ending_date), 
    75                                          "start_aggregate"=>edufeedrDateIntoTimestamp($course_starting_date) - (86400 * 7), 
    76                                          "stop_aggregate"=>edufeedrDateIntoTimestamp($course_ending_date) + (86400 * 14) 
     75                                         "start_agregate"=>edufeedrDateIntoTimestamp($course_starting_date) - (86400 * 7), 
     76                                         "stop_agregate"=>edufeedrDateIntoTimestamp($course_ending_date) + (86400 * 14) 
    7777                    ); 
    7878    if (!$es->setEduCourse($es_data)) {