Jelajahi Sumber

Code cleanup

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2990 a333f486-631f-4898-b8df-5754b55c2be0
romainq 11 tahun lalu
induk
melakukan
47a4a522cb
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  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());
 		}
 	}