mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
Code cleanup
SVN:trunk[2990]
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user