瀏覽代碼

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

dflaven 14 年之前
父節點
當前提交
2389865bb7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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...
 }
 
 /**