Skip to content

Commit

Permalink
Update gateways.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate committed Nov 22, 2019
1 parent 21feee8 commit 73d980a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/gateways/gateways.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ function switch_gateway_status($gateway_uuid, $result_type = 'xml') {
echo " <td class='checkbox'>\n";
echo " <input type='checkbox' name='gateways[$x][checked]' id='checkbox_".$x."' value='true' onclick=\"if (!this.checked) { document.getElementById('checkbox_all').checked = false; }\">\n";
echo " <input type='hidden' name='gateways[$x][uuid]' value='".escape($row['gateway_uuid'])."' />\n";
echo " <input type='hidden' name='gateways[$x][profile]' value='".escape($row['profile'])."' />\n";
echo " </td>\n";
}
if ($_GET['show'] == "all" && permission_exists('gateway_all')) {
Expand Down

0 comments on commit 73d980a

Please sign in to comment.