# This patch file was generated by NetBeans IDE
# It uses platform neutral UTF-8 encoding and \n newlines.
--- Base (BASE)
+++ Locally Modified (Based On LOCAL)
@@ -11,6 +11,7 @@
 function apachesolr_search_user_defined_search_page($page_id, $keys = '', $value) {

   $search_page = apachesolr_search_page_load($page_id);
+  drupal_set_title($search_page->page_title);
   if (empty($search_page)) {
     drupal_set_message(t('This search page cannot be found'), 'error');
     drupal_not_found();