Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 858 → Rev 859

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