소스 검색

Code cleanup

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2990 a333f486-631f-4898-b8df-5754b55c2be0
romainq 11 년 전
부모
커밋
47a4a522cb
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      application/shortcut.class.inc.php

+ 0 - 2
application/shortcut.class.inc.php

@@ -215,8 +215,6 @@ class ShortcutOQL extends Shortcut
 		$oCustomSettings = DataTableSettings::GetTableSettings($oFilter->GetSelectedClasses(), $sSourceTableId, true /*dedicated settings only*/);
 		if (!is_null($oCustomSettings))
 		{
-			//$oTableSettings = new DataTableSettings($oFilter->GetSelectedClasses(), 'shortcut_'.$this->GetKey());
-			//$oTableSettings->unserialize($sSerializedSettings);
 			$oCustomSettings->Save('shortcut_'.$this->GetKey());
 		}
 	}