Explorar o código

Code cleanup

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2990 a333f486-631f-4898-b8df-5754b55c2be0
romainq %!s(int64=11) %!d(string=hai) anos
pai
achega
47a4a522cb
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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());
 		}
 	}