[svn r10325] audiorecorder patch

skala
Eric Marguin 18 years ago
parent f485f2aec1
commit 6ad03fb306
  1. 2
      main/newscorm/audiorecorder.inc.php

@ -33,7 +33,7 @@ if(!empty($path_to_lzx)){
bgcolor='#ffffff' WIDTH='".$width."px' HEIGHT='".$height."px' ALIGN='center' TYPE='application/x-shockwave-flash'
PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'>
</embed>
</object>", $path_to_lzx,$audio_recorder_item_id,$_course["dbName"],$_user["user_id"],$audio_recorder_studentview,$path_to_lzx);
</object>", $path_to_lzx,$audio_recorder_item_id,$_SESSION["_course"]["dbName"],$_SESSION["_user"]["user_id"],$audio_recorder_studentview,$path_to_lzx);
}
?>

Loading…
Cancel
Save