]> git.mjollnir.org Git - moodle.git/commitdiff
removed deprecated flag from addslashes_js() MDL-8582
authorskodak <skodak>
Fri, 23 Feb 2007 09:14:19 +0000 (09:14 +0000)
committerskodak <skodak>
Fri, 23 Feb 2007 09:14:19 +0000 (09:14 +0000)
lib/weblib.php

index 9a12f908e3a14746fe4181fcd1c320250669ecf1..45bdb4b44ce667175002f9f483262806ba909321 100644 (file)
@@ -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