Помогите, пожалуйста.
Вот такой код на вывод ярлыков есть:
" if ($this->filterShortcuts)
{
$oCore_QueryBuilder_Select_Shortcuts = Core_QueryBuilder::select('shop_items.shortcut_id'

->from('shop_items'

->where('shop_items.deleted', '=', 0)
->where('shop_items.active', '=', 1)
->where('shop_items.shop_group_id', '=', $shop_group_id)
->where('shop_items.shortcut_id', '>', 0);"
Что же надо поменять чтобы их убрать?