mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[ticket/9556] Drop php closing tags, add trailing newline
Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
This commit is contained in:
@@ -33,5 +33,3 @@ class ucp_attachments_info
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -34,5 +34,3 @@ class ucp_groups_info
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -36,5 +36,3 @@ class ucp_main_info
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -36,5 +36,3 @@ class ucp_pm_info
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -35,5 +35,3 @@ class ucp_prefs_info
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -36,5 +36,3 @@ class ucp_profile_info
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -34,5 +34,3 @@ class ucp_zebra_info
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -139,5 +139,3 @@ class ucp_activate
|
||||
trigger_error($user->lang[$message]);
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -197,5 +197,3 @@ class ucp_attachments
|
||||
$this->page_title = 'UCP_ATTACHMENTS';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -46,5 +46,3 @@ class ucp_confirm
|
||||
exit_handler();
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -1114,5 +1114,3 @@ class ucp_groups
|
||||
$this->tpl_name = 'ucp_groups_' . $mode;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -832,5 +832,3 @@ class ucp_main
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -412,5 +412,3 @@ class ucp_pm
|
||||
$this->page_title = 'UCP_PM_' . strtoupper($mode);
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -1282,5 +1282,3 @@ function get_recipients($address_list, $num_recipients = 1)
|
||||
|
||||
return $recipient;
|
||||
}
|
||||
|
||||
?>
|
@@ -849,5 +849,3 @@ function show_defined_rules($user_id, $check_lang, $rule_lang, $action_lang, $fo
|
||||
}
|
||||
$db->sql_freeresult($result);
|
||||
}
|
||||
|
||||
?>
|
@@ -551,5 +551,3 @@ function get_pm_from($folder_id, $folder, $user_id)
|
||||
'rowset' => $rowset
|
||||
);
|
||||
}
|
||||
|
||||
?>
|
@@ -316,5 +316,3 @@ function get_user_information($user_id, $user_row)
|
||||
|
||||
return $user_row;
|
||||
}
|
||||
|
||||
?>
|
@@ -353,5 +353,3 @@ class ucp_prefs
|
||||
$this->page_title = 'UCP_PREFS_' . strtoupper($mode);
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -643,5 +643,3 @@ class ucp_profile
|
||||
$this->page_title = 'UCP_PROFILE_' . strtoupper($mode);
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -502,5 +502,3 @@ class ucp_register
|
||||
$this->page_title = 'UCP_REGISTRATION';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -122,5 +122,3 @@ class ucp_remind
|
||||
$this->page_title = 'UCP_REMIND';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -166,5 +166,3 @@ class ucp_resend
|
||||
$this->page_title = 'UCP_RESEND';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -253,5 +253,3 @@ class ucp_zebra
|
||||
$this->page_title = 'UCP_ZEBRA_' . $l_mode;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user