Remove unused $iAppId parameter from monitor::find()

This commit is contained in:
Chris Morgan
2007-01-10 01:25:18 +00:00
committed by WineHQ
parent edfe83df27
commit b9c59f6361
3 changed files with 12 additions and 16 deletions

View File

@@ -116,7 +116,7 @@ if ($aClean['sSub'])
if($aClean['sSub'] == 'StopMonitoring')
{
$oMonitor = new Monitor();
$oMonitor->find($_SESSION['current']->iUserId,$aClean['iAppId'],$aClean['iVersionId']);
$oMonitor->find($_SESSION['current']->iUserId, $aClean['iVersionId']);
if($oMonitor->iMonitorId)
{
$oMonitor->delete();