Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 858 → Rev 859

/trunk/plugins/viathinksoft/objectTypes/guid/OIDplusGuid.class.php
57,7 → 57,7
}
 
public function nodeId($with_ns=true) {
return $with_ns ? 'guid:'.$this->guid : $this->guid;
return $with_ns ? self::root().$this->guid : $this->guid;
}
 
public function addString($str) {