- Patch #29385 by chx: removed remaining "?>"s at the end of some files.
parent
469fa36420
commit
21c2885b0e
1
cron.php
1
cron.php
|
@ -29,4 +29,3 @@ module_invoke_all('cron');
|
||||||
variable_set('cron_busy', false);
|
variable_set('cron_busy', false);
|
||||||
watchdog('cron', t('Cron run completed'));
|
watchdog('cron', t('Cron run completed'));
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -29,4 +29,3 @@ switch ($return) {
|
||||||
|
|
||||||
drupal_page_footer();
|
drupal_page_footer();
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -125,4 +125,3 @@ ini_set('session.use_trans_sid', 0);
|
||||||
// 'anonymous' => 'Visitor'
|
// 'anonymous' => 'Visitor'
|
||||||
//);
|
//);
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -129,4 +129,3 @@ if ($output) {
|
||||||
print theme('maintenance_page', $output);
|
print theme('maintenance_page', $output);
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
@ -12,4 +12,3 @@ include_once './includes/xmlrpc.inc';
|
||||||
include_once './includes/xmlrpcs.inc';
|
include_once './includes/xmlrpcs.inc';
|
||||||
|
|
||||||
xmlrpc_server(module_invoke_all('xmlrpc'));
|
xmlrpc_server(module_invoke_all('xmlrpc'));
|
||||||
?>
|
|
||||||
|
|
Loading…
Reference in New Issue