|
|
|
@ -9662,7 +9662,6 @@ class Exercise |
|
|
|
'href' => '#!', |
|
|
|
'href' => '#!', |
|
|
|
'onclick' => 'showUserToSendNotificacion(this)', |
|
|
|
'onclick' => 'showUserToSendNotificacion(this)', |
|
|
|
'data-link' => 'exercise.php?'.api_get_cidreq().'&choice=send_reminder&sec_token='.$token.'&exerciseId='.$row['id'], |
|
|
|
'data-link' => 'exercise.php?'.api_get_cidreq().'&choice=send_reminder&sec_token='.$token.'&exerciseId='.$row['id'], |
|
|
|
|
|
|
|
|
|
|
|
] |
|
|
|
] |
|
|
|
); |
|
|
|
); |
|
|
|
} |
|
|
|
} |
|
|
|
@ -11061,6 +11060,7 @@ class Exercise |
|
|
|
$data[$index]['user_name'] = $userData['complete_name']; |
|
|
|
$data[$index]['user_name'] = $userData['complete_name']; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
return $data; |
|
|
|
return $data; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|