mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 00:58:48 +02:00
SVN:trunk[916]
This commit is contained in:
@@ -376,7 +376,7 @@ class AttributeLinkedSetIndirect extends AttributeLinkedSet
|
||||
public function IsIndirect() {return true;}
|
||||
public function GetExtKeyToRemote() { return $this->Get('ext_key_to_remote'); }
|
||||
public function GetEditClass() {return "LinkedSet";}
|
||||
public function DuplicatesAllowed() {$bRet = $this->GetOptional("duplicates", false); echo "<p>Dups: $bRet</p>"; return $bRet;} // The same object may be linked several times... or not...
|
||||
public function DuplicatesAllowed() {return $this->GetOptional("duplicates", false);} // The same object may be linked several times... or not...
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user