Merge branch 'master' into storageareas
This commit is contained in:
commit
bc9760ce79
|
@ -993,7 +993,7 @@ function zmcControl( $monitor, $mode=false )
|
||||||
|
|
||||||
function zmaControl( $monitor, $mode=false )
|
function zmaControl( $monitor, $mode=false )
|
||||||
{
|
{
|
||||||
if ( (!ZM_SERVER) or ( ZM_SERVER==$monitor['ServerId']) ) {
|
if ( (!ZM_SERVER) or ( ZM_SERVER==$monitor['ServerId'] ) ) {
|
||||||
if ( !is_array( $monitor ) )
|
if ( !is_array( $monitor ) )
|
||||||
{
|
{
|
||||||
$monitor = dbFetchOne( "select C.*, M.* from Monitors as M left join Controls as C on (M.ControlId = C.Id ) where M.Id=?", NULL, array($monitor) );
|
$monitor = dbFetchOne( "select C.*, M.* from Monitors as M left join Controls as C on (M.ControlId = C.Id ) where M.Id=?", NULL, array($monitor) );
|
||||||
|
|
Loading…
Reference in New Issue