|
From: OryNider <ory...@us...> - 2008-03-06 06:03:45
|
Update of /cvsroot/mxbb/mx_shotcast In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv859 Modified Files: getinfo.php Log Message: fix Index: getinfo.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/getinfo.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** getinfo.php 6 Mar 2008 04:59:09 -0000 1.7 --- getinfo.php 6 Mar 2008 06:03:36 -0000 1.8 *************** *** 411,415 **** $radio = new radio($scip, $scport); ! if (($radio->stat == 1) && ($radio->mimeType())) { $mimetype = $radio->mimeType(); --- 411,417 ---- $radio = new radio($scip, $scport); ! $mimetype = ''; ! ! if ($radio->mimeType()) { $mimetype = $radio->mimeType(); |