RSS

(root)/drupal/7-fic : 513 : modules/system/system.admin.inc

« back to all changes in this revision

Viewing changes to modules/system/system.admin.inc

David Strauss
2009-01-27 20:17:23
Revision ID: straussd@straussd-ubuntu-20090127201723-842ecd03o8iitkm6
Merge in CVS HEAD.

Show diffs side-by-side

added added

removed removed

1
1
<?php
2
 
// $Id: system.admin.inc,v 1.122 2009/01/22 12:46:07 dries Exp $
 
2
// $Id: system.admin.inc,v 1.123 2009/01/27 00:22:26 dries Exp $
3
3
 
4
4
/**
5
5
 * @file
1885
1885
  elseif (isset($output)) {
1886
1886
    // Force a page without blocks or messages to
1887
1887
    // display a list of collected messages later.
1888
 
    print theme('page', $output, FALSE, FALSE);
 
1888
    $page = drupal_get_page($output);
 
1889
    $page['#show_blocks'] = FALSE;
 
1890
    $page['#show_messages'] = FALSE;
 
1891
    return $page;
1889
1892
  }
1890
1893
}
1891
1894
 

Loggerhead 1.17 is a web-based interface for Bazaar branches