Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 961 → Rev 962

/trunk/plugins/viathinksoft/objectTypes/ipv6/OIDplusIpv6.class.php
127,9 → 127,9
 
$res = OIDplus::db()->query("select * from ###objects where parent = ?", array(self::root()));
if ($res->any()) {
$content = _L('Please select a network block in the tree view at the left to show its contents.');
$content = '<p>'._L('Please select a network block in the tree view at the left to show its contents.').'</p>';
} else {
$content = _L('Currently, no network blocks are registered in the system.');
$content = '<p>'._L('Currently, no network blocks are registered in the system.').'</p>';
}
 
if (!$this->isLeafNode()) {