diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/ajax/getlinkedtags.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/ajax/getlinkedtags.php b/www/ajax/getlinkedtags.php index 307ee26..d8ddb5b 100644 --- a/www/ajax/getlinkedtags.php +++ b/www/ajax/getlinkedtags.php @@ -26,7 +26,6 @@ * @link http://sourceforge.net/projects/semanticscuttle */ $httpContentType = 'application/json'; -#$httpContentType = 'text/plain'; require_once '../www-header.php'; $tag = isset($_GET['tag']) ? $_GET['tag'] : null; |