forked from HPR/hpr_hub
		
	Various emergency fixes
This commit is contained in:
		@@ -39,6 +39,7 @@ switch ($atomurl) {
 | 
			
		||||
        $format = "mp3";
 | 
			
		||||
        $mimetype = "audio/mpeg";
 | 
			
		||||
        $feed = "future";
 | 
			
		||||
        $limit = 100;
 | 
			
		||||
        break;
 | 
			
		||||
    case "/hpr_ogg_rss.php":
 | 
			
		||||
        $format = "ogg";
 | 
			
		||||
@@ -245,7 +246,6 @@ if ($result = mysqli_query($connection, $query)) {
 | 
			
		||||
      $show_notes = "This show has been flagged as $episode_explicit by the host.\n";
 | 
			
		||||
      $show_notes = $show_notes . htmlspecialchars(stripslashes(strip_tags($row["notes"]))) ;
 | 
			
		||||
    }
 | 
			
		||||
    $warning = utf8_encode ( $warning );
 | 
			
		||||
    echo "  <item>\n";
 | 
			
		||||
    if ( $episode_explicit === "Clean" ) {
 | 
			
		||||
        echo "    <itunes:explicit>no</itunes:explicit>\n";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user