]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed addslashes_object deprecated message.
authormchurch <mchurch>
Mon, 1 Dec 2008 20:05:00 +0000 (20:05 +0000)
committermchurch <mchurch>
Mon, 1 Dec 2008 20:05:00 +0000 (20:05 +0000)
lib/deprecatedlib.php

index f35882330f7accefc4040befea8b1148ebd15835..9a8cfdc3586b0a5b6b985ab1ef03175e4f15214b 100644 (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) {