From: skodak Date: Fri, 23 Feb 2007 09:14:19 +0000 (+0000) Subject: removed deprecated flag from addslashes_js() MDL-8582 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=83582cd6f60cccec8292b9ab88c693aa9a805f38;p=moodle.git removed deprecated flag from addslashes_js() MDL-8582 --- diff --git a/lib/weblib.php b/lib/weblib.php index 9a12f908e3..45bdb4b44c 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -149,7 +149,6 @@ function p($var, $strip=false) { * Does proper javascript quoting. * Do not use addslashes anymore, because it does not work when magic_quotes_sybase is enabled. * - * @deprecated * @since 1.8 - 22/02/2007 * @param mixed value * @return mixed quoted result