Fix typo in last commit

This commit is contained in:
Rob Ostensen 2012-03-11 20:32:16 -05:00 committed by Andrew McMillan
parent 6ee0df101e
commit 14c695c45a

View File

@ -86,7 +86,7 @@ include("classBrowser.php");
function SRVOk ( $value, $name, $row ) {
global $BrowserCurrentRow;
if ( $BrowserCurrentRow->domain = '' )
if ( $BrowserCurrentRow->domain == '' )
return ''; // skip empty rows
$s = new iSchedule();
$s->domain = $BrowserCurrentRow->domain;