execute("SELECT id,title FROM tl_nc_notification WHERE type='news_submitted' ORDER BY title"); while ($objNotifications->next()) { $arrOptions[$objNotifications->id] = $objNotifications->title; } return $arrOptions; } }