Skip to content

Commit

Permalink
fixing a typo from the dml migration in mnet admin
Browse files Browse the repository at this point in the history
  • Loading branch information
mjollnir_ committed Aug 13, 2008
1 parent 8230375 commit fe5c026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/mnet/mnet_services.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
// We don't have or need a record - do nothing!
} else {
// We don't need the record - delete it
$DB->delete_records('mnet_host2service', array('hostid', $_POST['hostid'], 'serviceid'=>$key));
$DB->delete_records('mnet_host2service', array('hostid' => $_POST['hostid'], 'serviceid'=>$key));
}
} elseif (false == $host2service && ($publish == 1 || $subscribe == 1)) {
$host2service = new stdClass();
Expand Down

0 comments on commit fe5c026

Please sign in to comment.