CC-5112 : Listen Status: Please clean obsoleted mount point from status report page
CRLF
This commit is contained in:
parent
263b89295f
commit
5666b688a0
|
@ -52,7 +52,7 @@ SQL;
|
||||||
|
|
||||||
foreach ($enabledStreamIds as $sId) {
|
foreach ($enabledStreamIds as $sId) {
|
||||||
|
|
||||||
$sql = "SELECT value FROM cc_stream_setting"
|
$sql = "SELECT value FROM cc_stream_setting"
|
||||||
." WHERE keyname = :key";
|
." WHERE keyname = :key";
|
||||||
|
|
||||||
$result = Application_Common_Database::prepareAndExecute($sql, array('key' => $sId."_mount"), "single");
|
$result = Application_Common_Database::prepareAndExecute($sql, array('key' => $sId."_mount"), "single");
|
||||||
|
|
|
@ -468,7 +468,7 @@ class Application_Model_StreamSetting
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function GetAllListenerStatErrors(){
|
public static function GetAllListenerStatErrors(){
|
||||||
$sql = "SELECT * FROM cc_stream_setting WHERE keyname like :p1";
|
$sql = "SELECT * FROM cc_stream_setting WHERE keyname like :p1";
|
||||||
$mounts = Application_Common_Database::prepareAndExecute($sql, array(':p1'=>'%_mount'));
|
$mounts = Application_Common_Database::prepareAndExecute($sql, array(':p1'=>'%_mount'));
|
||||||
|
|
||||||
$mps = array();
|
$mps = array();
|
||||||
|
|
Loading…
Reference in New Issue