Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 706 → Rev 707

/trunk/plugins/viathinksoft/objectTypes/ipv6/OIDplusIpv6.class.php
91,10 → 91,6
return $this->ipv6;
}
 
public function crudInsertPrefix() {
return '';
}
 
public function jsTreeNodeName(OIDplusObject $parent = null) {
if ($parent == null) return $this->objectTypeTitle();
return $this->ipv6;