Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/JamesHeinrich/getID3
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHeinrich committed Sep 17, 2021
2 parents 4788e3e + 0163ba9 commit 9418214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/demo.mysqli.php
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@ function SynchronizeAllTags($filename, $synchronizefrom='all', $synchronizeto='A
} else {

echo '<a href="'.htmlentities($_SERVER['PHP_SELF'].'?encoderoptionsdistribution=1').'">Show all Encoder Options</a><hr>';
echo 'Files with Encoder Options <b>'.$_REQUEST['showtagfiles'].'</b>:<br>';
echo 'Files with Encoder Options <b>'.htmlentities($_REQUEST['showtagfiles']).'</b>:<br>';
echo '<table border="1" cellspacing="0" cellpadding="3">';
while ($row = mysqli_fetch_array($result)) {
echo '<tr>';
Expand Down

0 comments on commit 9418214

Please sign in to comment.