ofaj
jmontoyaa 10 years ago
parent e0cf943768
commit 8bbc048933
  1. 4
      main/mySpace/myStudents.php

@ -164,9 +164,9 @@ if (isset($_GET['user_id']) && $_GET['user_id'] != "") {
}
// Action behaviour
$action = isset($_GET['action']) ? $_GET['action'] : '';
switch ($_GET['action']) {
switch ($action) {
case 'send_legal':
$subject = get_lang('SendLegalSubject');
$content = sprintf(

Loading…
Cancel
Save