Fixed addslashes_object deprecated message.

This commit is contained in:
mchurch 2008-12-01 20:05:00 +00:00
parent 7dfd669a03
commit 6795800d8b

View file

@ -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) {