Unset destination_app and destination_data
This fixes a bug where a blank empty value shows the previous value.
This commit is contained in:
parent
7369409648
commit
c12cd0d296
|
|
@ -346,6 +346,11 @@
|
|||
echo " </td>\n";
|
||||
}
|
||||
echo "</tr>\n";
|
||||
|
||||
//unset the destination app and data
|
||||
unset($destination_app, $destination_data);
|
||||
|
||||
//increment the id
|
||||
$x++;
|
||||
}
|
||||
unset($destinations);
|
||||
|
|
|
|||
Loading…
Reference in New Issue