Fixes for function renaming.

This commit is contained in:
paul 2006-11-21 16:58:21 +00:00
parent b77c92a667
commit 7558ac6153

View file

@ -447,7 +447,7 @@ class uiBrowser extends uiBase {
*/ */
function listen2Audio($clipid) function listen2Audio($clipid)
{ {
$id = $this->gb->_idFromGunid($clipid); $id = $this->gb->idFromGunid($clipid);
$type = $this->gb->getFileType($id); $type = $this->gb->getFileType($id);
if (strtolower($type) === strtolower(UI_FILETYPE_AUDIOCLIP)) { if (strtolower($type) === strtolower(UI_FILETYPE_AUDIOCLIP)) {