- Patch #29385 by chx: removed remaining "?>"s at the end of some files.

4.7.x
Dries Buytaert 2005-08-28 18:26:20 +00:00
parent 469fa36420
commit 21c2885b0e
5 changed files with 0 additions and 5 deletions

View File

@ -29,4 +29,3 @@ module_invoke_all('cron');
variable_set('cron_busy', false);
watchdog('cron', t('Cron run completed'));
?>

View File

@ -29,4 +29,3 @@ switch ($return) {
drupal_page_footer();
?>

View File

@ -125,4 +125,3 @@ ini_set('session.use_trans_sid', 0);
// 'anonymous' => 'Visitor'
//);
?>

View File

@ -129,4 +129,3 @@ if ($output) {
print theme('maintenance_page', $output);
}
?>

View File

@ -12,4 +12,3 @@ include_once './includes/xmlrpc.inc';
include_once './includes/xmlrpcs.inc';
xmlrpc_server(module_invoke_all('xmlrpc'));
?>