| @@ 553-557 (lines=5) @@ | ||
| 550 | $userFieldVariable |
|
| 551 | ); |
|
| 552 | $isInTargetGroup = false; |
|
| 553 | if (isset($sessionTarget) && (!empty($sessionTarget)) && $sessionTarget['value'] == 'minedu') { |
|
| 554 | if (substr($userArea['value'], 0, 6) == 'MINEDU') { |
|
| 555 | $isInTargetGroup = true; |
|
| 556 | } |
|
| 557 | } |
|
| 558 | if (isset($sessionTarget) && (!empty($sessionTarget)) && $sessionTarget['value'] == 'regiones') { |
|
| 559 | if ((substr($userArea['value'], 0, 4) == 'UGEL') || (substr($userArea['value'], 0, 3) == 'DRE')) { |
|
| 560 | $isInTargetGroup = true; |
|
| @@ 2449-2451 (lines=3) @@ | ||
| 2446 | if ($name == $check) { |
|
| 2447 | $attributes[strtolower($name)][] = strtolower($name); |
|
| 2448 | } else { |
|
| 2449 | if (!empty($value) && ($value[0] == '\'' || $value[0] == '"')) { |
|
| 2450 | $value = substr($value, 1, -1); |
|
| 2451 | } |
|
| 2452 | ||
| 2453 | if ($value == 'API.LMSGetValue(name') { |
|
| 2454 | $value = 'API.LMSGetValue(name)'; |
|