Parcourir la source

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@916 a333f486-631f-4898-b8df-5754b55c2be0

dflaven il y a 14 ans
Parent
commit
2389865bb7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      core/attributedef.class.inc.php

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