t('%site is currently under maintenance. We should be back shortly. Thank you for your patience.',array('%site'=>variable_get('site_name',t('This drupal site'))))));
...
...
@@ -267,7 +267,7 @@ function drupal_site_offline() {
* Generates a 404 error if the request can not be handled.
*/
functiondrupal_not_found(){
header('HTTP/1.0 404 Not Found');
drupal_set_header('HTTP/1.0 404 Not Found');
watchdog('page not found',t('%page not found.',array('%page'=>theme('placeholder',$_GET['q']))),WATCHDOG_WARNING);