[xiph-commits] r14858 - branches/dir.xiph.org/cgi-bin
balbinus at svn.xiph.org
balbinus at svn.xiph.org
Sat May 10 12:37:03 PDT 2008
Author: balbinus
Date: 2008-05-10 12:37:01 -0700 (Sat, 10 May 2008)
New Revision: 14858
Modified:
branches/dir.xiph.org/cgi-bin/yp.php
Log:
Should work better with the correct variable name.
Modified: branches/dir.xiph.org/cgi-bin/yp.php
===================================================================
--- branches/dir.xiph.org/cgi-bin/yp.php 2008-05-10 19:15:59 UTC (rev 14857)
+++ branches/dir.xiph.org/cgi-bin/yp.php 2008-05-10 19:37:01 UTC (rev 14858)
@@ -117,9 +117,9 @@
}
// Look for the mountpoint (different listen URL, same stream name)
- $mountpoint = Mountpoint::findSimilar($stream_name,
- content_type_lookup($media_type),
- $bitrate);
+ $mp = Mountpoint::findSimilar($stream_name,
+ content_type_lookup($media_type),
+ $bitrate);
// Mountpoint
if (!($mp instanceOf Mountpoint))
More information about the commits
mailing list