mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-10226 improved regrading of final grades - optimised db access, partial regrading when raw grade updated
This commit is contained in:
parent
9aa1e44853
commit
f8e6e4dbea
4 changed files with 360 additions and 362 deletions
|
@ -548,7 +548,7 @@ function addslashes_recursive($var) {
|
|||
} else if (is_string($var)) {
|
||||
$new_var = addslashes($var);
|
||||
|
||||
} else {
|
||||
} else { // nulls, integers, etc.
|
||||
$new_var = $var;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue