Exemplo n.º 1
0
 /**
  * Toggle the enable/disable on the task
  */
 function do_updateStatus()
 {
     $fId = schedulerUtil::arrayGet($_REQUEST, 'fId');
     schedulerUtil::toggleStatus($fId);
 }