Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 789 → Rev 790

/trunk/plugins/viathinksoft/objectTypes/ipv4/OIDplusIpv4.class.php
125,7 → 125,7
$title = OIDplusIpv4::objectTypeTitle();
 
$res = OIDplus::db()->query("select * from ###objects where parent = ?", array(self::root()));
if ($res->num_rows() > 0) {
if ($res->any()) {
$content = _L('Please select a network block in the tree view at the left to show its contents.');
} else {
$content = _L('Currently, no network blocks are registered in the system.');