/**
  * Restores a single deleted task (if supported)
  *
  * @param array Hash array with task properties
  * @return boolean True on success, False on error
  * @see tasklist_driver::undelete_task()
  */
 public function undelete_task($prop)
 {
     return parent::undelete_task($prop);
 }