[Phpipam-development] Little bug on ipDetails.php
phpipam open-source IP address management
Brought to you by:
myha
From: Paolo B. <pao...@ig...> - 2015-01-20 11:47:53
|
Let just notify a little bug on /phpipam/site/ipaddr/ipDetails.php: //note if(in_array('note', $setFields)) { print "<tr>"; print " <th>"._('Note')."</th>"; print " <td></td>"; print "</tr>"; } should be: //note if(in_array('note', $setFields)) { print "<tr>"; print " <th>"._('Note')."</th>"; print " <td>$ip[note]</td>"; print "</tr>"; } It prevents Note display in IP details form. Regards, Paolo. ------------------------------------------------------------------------------------------------ Paolo Barbato Consorzio RFX corso Stati Uniti,4 35127 Padova - Italy Network Administrator phone: +39 049 8295097 fax: +39 049 8700718 ------------------------------------------------------------------------------------------------ |