Correct path to control functions

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2533 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2008-07-16 08:37:59 +00:00
parent aa26ab7b18
commit ccfc7acbae
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ foreach( dbFetchAll( $sql ) as $row )
$mids[$row['Id']] = $row['Name'];
}
require_once( 'zm_control_funcs.php' );
require_once( ZM_SKIN_PATH.'/includes/control_functions.php' );
$sql = "select C.*,M.* from Monitors as M inner join Controls as C on (M.ControlId = C.Id ) where M.Id = '".$mid."'";
$monitor = dbFetchOne( $sql );