Skip to content

Commit

Permalink
Use of Dropdown::getYesNo() instead of getYesNo(). See release fusion…
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent MAZZONI committed Apr 29, 2010
1 parent 58b0f5c commit 277ef5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/unknowndevice.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ function showForm($target, $ID = '') {
echo "<tr class='tab_bg_1'>";
echo "<td align='center'>" . $LANG['plugin_fusioninventory']["unknown"][4] . " :</td>";
echo "<td align='center'>";
echo getYesNo($this->fields["hub"]);
echo Dropdown::getYesNo($this->fields["hub"]);
echo "</td>";

echo "<td align='center' colspan='2'></td>";
Expand Down

0 comments on commit 277ef5a

Please sign in to comment.