summaryrefslogtreecommitdiff
path: root/include/controls.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-06-20 18:17:44 +0300
committerAndrew Dolgov <[email protected]>2018-06-20 18:17:44 +0300
commitdf47100ad10117f67dd0fb86f270cdd2d24b5692 (patch)
treed517204af74f374929f5fc04550238dcdd89f5fa /include/controls.php
parentb22766fcdd8d440d6f570ae4d00da52e7c45ee10 (diff)
remove SWF enclosure audio player
Diffstat (limited to 'include/controls.php')
-rwxr-xr-xinclude/controls.php12
1 files changed, 2 insertions, 10 deletions
diff --git a/include/controls.php b/include/controls.php
index b416f4d22..037e331cc 100755
--- a/include/controls.php
+++ b/include/controls.php
@@ -94,7 +94,7 @@ function print_feed_multi_select($id, $default_ids = [],
(SELECT COUNT(id) FROM ttrss_feed_categories AS c2 WHERE
c2.parent_cat = ttrss_feed_categories.id) AS num_children
FROM ttrss_feed_categories
- WHERE owner_uid = :uid AND
+ WHERE owner_uid = :uid AND
(parent_cat = :root_id OR (:root_id IS NULL AND parent_cat IS NULL)) ORDER BY title");
$sth->execute([":uid" => $_SESSION['uid'], ":root_id" => $root_id]);
@@ -188,7 +188,7 @@ function print_feed_cat_select($id, $default_id,
(SELECT COUNT(id) FROM ttrss_feed_categories AS c2 WHERE
c2.parent_cat = ttrss_feed_categories.id) AS num_children
FROM ttrss_feed_categories
- WHERE owner_uid = :uid AND
+ WHERE owner_uid = :uid AND
(parent_cat = :root_id OR (:root_id IS NULL AND parent_cat IS NULL)) ORDER BY title");
$sth->execute([":uid" => $_SESSION['uid'], ":root_id" => $root_id]);
@@ -293,14 +293,6 @@ function format_inline_player($url, $ctype) {
<source type=\"$ctype\" src=\"$url\"/>
</audio>";
- } else {
-
- $entry .= "<object type=\"application/x-shockwave-flash\"
- data=\"lib/button/musicplayer.swf?song_url=$url\"
- width=\"17\" height=\"17\" style='float : left; margin-right : 5px;'>
- <param name=\"movie\"
- value=\"lib/button/musicplayer.swf?song_url=$url\" />
- </object>";
}
if ($entry) $entry .= "&nbsp; <a target=\"_blank\" rel=\"noopener noreferrer\"