Changed embed parameter to be 'true' instead of 'yes'

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1322 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan
2005-02-21 21:55:37 +00:00
parent 71b4dd8599
commit cc07a6762f

View File

@@ -126,7 +126,7 @@ else
if ( ZM_WEB_SOUND_ON_ALARM && ($status == STATE_ALARM || $status == STATE_ALERT) )
{
?>
<embed src="<?= ZM_DIR_SOUNDS.'/'.ZM_WEB_ALARM_SOUND ?>" autostart="yes" hidden="true"></embed>
<embed src="<?= ZM_DIR_SOUNDS.'/'.ZM_WEB_ALARM_SOUND ?>" autostart="true" hidden="true"></embed>
<?php
}
?>