0.17.2
update: show appropriate message, if a record cannot be found
+ bugfix: do not produce PHP warning on LivePTR tab
0.17.1 2009-06-03
bugfix: tags were not displayed on "File" page
bugfix: multiline comment for an added file was stored incorrectly
$cnt_mismatch++;
}
echo "><td class='tdleft";
- if (strlen ($range['addrlist'][$ip]['class']))
+ if (isset ($range['addrlist'][$ip]['class']) and strlen ($range['addrlist'][$ip]['class']))
echo ' ' . $range['addrlist'][$ip]['class'];
echo "'><a href='".makeHref(array('page'=>'ipaddress', 'ip'=>$straddr))."'>${straddr}</a></td>";
echo "<td class=tdleft>${addr['name']}</td><td class=tdleft>${ptrname}</td><td>";