function execute()
 {
     $solr = new tx_he_tools_solr();
     $solr->updateDisabledSolrPages();
     return $solr->submitDeletedPages();
 }