[svn r586] Fixed bug to set schedule id to ScheduleInfo at gmyth_scheduler_add_schedule() trunk
authormelunko
Fri Apr 20 20:11:49 2007 +0100 (2007-04-20)
branchtrunk
changeset 5811814defc4436
parent 580 7efc73147f5e
child 582 27872a83abaa
[svn r586] Fixed bug to set schedule id to ScheduleInfo at gmyth_scheduler_add_schedule()
gmyth/src/gmyth_scheduler.c
     1.1 --- a/gmyth/src/gmyth_scheduler.c	Fri Apr 20 16:01:39 2007 +0100
     1.2 +++ b/gmyth/src/gmyth_scheduler.c	Fri Apr 20 20:11:49 2007 +0100
     1.3 @@ -425,6 +425,8 @@
     1.4      _set_value (scheduler->msqlquery, "autouserjob3", "0", rec_id);
     1.5      _set_value (scheduler->msqlquery, "autouserjob4", "0", rec_id);
     1.6  
     1.7 +    schedule_info->record_id = rec_id;
     1.8 +
     1.9      /* Notify the backend of changes */
    1.10      return update_backend(scheduler, rec_id);
    1.11  }