summaryrefslogtreecommitdiffstats
path: root/lib/class/ajax.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-10-18 05:52:06 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-10-18 05:52:06 +0000
commitf64a2f4d00b801408b558917bae8f6a428931fe7 (patch)
tree3640a6ac0a94c00d021835a6cf94d83ec7377ccb /lib/class/ajax.class.php
parent15c56f21f2a74c8d25e8d74b2cc4b4020e9db74f (diff)
downloadampache-f64a2f4d00b801408b558917bae8f6a428931fe7.tar.gz
ampache-f64a2f4d00b801408b558917bae8f6a428931fe7.tar.bz2
ampache-f64a2f4d00b801408b558917bae8f6a428931fe7.zip
fixed admin prefs, flushed out localplay stuff, tweaked filters on browse
Diffstat (limited to 'lib/class/ajax.class.php')
-rw-r--r--lib/class/ajax.class.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/class/ajax.class.php b/lib/class/ajax.class.php
index f5984912..e4e4baf8 100644
--- a/lib/class/ajax.class.php
+++ b/lib/class/ajax.class.php
@@ -82,12 +82,6 @@ class Ajax {
$source_txt = "'$source'";
}
- /*
- Replaces ampersand with &amp; for w3c conformance.
- Fixme: ajax doesn't seem to work anymore with this...
- */
- //$url = htmlspecialchars($url);
-
if ($post) {
$ajax_string = "ajaxPost('$url','$post',$source_txt)";
}