function log_reschedule_action in Log entity 7
Action function for log_reschedule_action.
Changes the date of a log.
Parameters
Log $log: The log entity object.
array $context: Array with parameters for this action.
File
- ./
log.module, line 583 - Log - A general purpose record keeping system.
Code
function log_reschedule_action(Log $log, $context = array()) {
_log_action_date_form_action($log, $context);
}