diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index 1626522f7..840005329 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -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 "

Dups: $bRet

"; 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... } /**