mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Fixed addslashes_object deprecated message.
This commit is contained in:
parent
7dfd669a03
commit
6795800d8b
1 changed files with 1 additions and 1 deletions
|
@ -781,7 +781,7 @@ function stripslashes_recursive($var) {
|
|||
}
|
||||
|
||||
function addslashes_object($dataobject) {
|
||||
error('addslashes() not available anymore');
|
||||
error('addslashes_object() not available anymore');
|
||||
}
|
||||
|
||||
function addslashes_recursive($var) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue