Code cleanup

SVN:trunk[2990]
This commit is contained in:
Romain Quetiez
2013-11-26 15:59:22 +00:00
parent d7093a9a6f
commit f5d42b95b8

View File

@@ -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());
}
}