Skip to content

Commit

Permalink
Merged two-line deletes from stable (causing notices)
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Nov 23, 2006
1 parent d14d739 commit f4bf6a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions filter/mediaplugin/filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,9 @@ function mediaplugin_filter($courseid, $text) {
$replace .= " <param name=\"movie\" value=\"$CFG->wwwroot/filter/mediaplugin/flvplayer.swf?file=\\2.flv\" />";
$replace .= ' <param name="quality" value="high" />';
$replace .= ' <param name="bgcolor" value="#FFFFFF" />';
$replace .= ' <param name="flashvars" value="'.$c.'" />';
$replace .= " <embed src=\"$CFG->wwwroot/filter/mediaplugin/flvplayer.swf?file=\\2.flv\" ";
$replace .= " quality=\"high\" bgcolor=\"#FFFFFF\" width=\"480\" height=\"360\" name=\"flvplayer\" ";
$replace .= ' type="application/x-shockwave-flash" ';
$replace .= ' flashvars="'.$c.'" ';
$replace .= ' pluginspage="http://www.macromedia.com/go/getflashplayer">';
$replace .= '</embed>';
$replace .= '</object>&nbsp;';
Expand Down

0 comments on commit f4bf6a5

Please sign in to comment.