diff --git a/application/shortcut.class.inc.php b/application/shortcut.class.inc.php index 082ed4866..0231a7b04 100644 --- a/application/shortcut.class.inc.php +++ b/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()); } }