Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 246 → Rev 247

/trunk/plugins/objectTypes/gs1/plugin.inc.php
70,8 → 70,8
return $this->number == '';
}
 
public function nodeId() {
return 'gs1:'.$this->number;
public function nodeId($with_ns=true) {
return $with_ns ? 'gs1:'.$this->number : $this->number;
}
 
public function addString($str) {