Ignore:
Timestamp:
11/25/13 19:58:00 (11 years ago)
Author:
tbretz
Message:
When sending an interrupt there was some typo in the array index.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/smartfact/index.php

    r17377 r17378  
    288288
    289289    $irq = "";
    290     if (isset($_GET['interrupt']))
     290    if (isset($_GET['irq']))
    291291    {
    292292        $irq = $_GET['irq'];
    293         unset($_GET['interrupt']);
     293        unset($_GET['irq']);
    294294    }
    295295
Note: See TracChangeset for help on using the changeset viewer.