1
0
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:
Igor Wiedler
2010-11-09 08:59:25 +01:00
parent 2e51e68ca1
commit af5b9a9640
474 changed files with 274 additions and 738 deletions

View File

@@ -33,5 +33,3 @@ class ucp_attachments_info
{
}
}
?>

View File

@@ -34,5 +34,3 @@ class ucp_groups_info
{
}
}
?>

View File

@@ -36,5 +36,3 @@ class ucp_main_info
{
}
}
?>

View File

@@ -36,5 +36,3 @@ class ucp_pm_info
{
}
}
?>

View File

@@ -35,5 +35,3 @@ class ucp_prefs_info
{
}
}
?>

View File

@@ -36,5 +36,3 @@ class ucp_profile_info
{
}
}
?>

View File

@@ -34,5 +34,3 @@ class ucp_zebra_info
{
}
}
?>

View File

@@ -139,5 +139,3 @@ class ucp_activate
trigger_error($user->lang[$message]);
}
}
?>

View File

@@ -197,5 +197,3 @@ class ucp_attachments
$this->page_title = 'UCP_ATTACHMENTS';
}
}
?>

View File

@@ -46,5 +46,3 @@ class ucp_confirm
exit_handler();
}
}
?>

View File

@@ -1114,5 +1114,3 @@ class ucp_groups
$this->tpl_name = 'ucp_groups_' . $mode;
}
}
?>

View File

@@ -832,5 +832,3 @@ class ucp_main
}
}
}
?>

View File

@@ -412,5 +412,3 @@ class ucp_pm
$this->page_title = 'UCP_PM_' . strtoupper($mode);
}
}
?>

View File

@@ -1282,5 +1282,3 @@ function get_recipients($address_list, $num_recipients = 1)
return $recipient;
}
?>

View File

@@ -849,5 +849,3 @@ function show_defined_rules($user_id, $check_lang, $rule_lang, $action_lang, $fo
}
$db->sql_freeresult($result);
}
?>

View File

@@ -551,5 +551,3 @@ function get_pm_from($folder_id, $folder, $user_id)
'rowset' => $rowset
);
}
?>

View File

@@ -316,5 +316,3 @@ function get_user_information($user_id, $user_row)
return $user_row;
}
?>

View File

@@ -353,5 +353,3 @@ class ucp_prefs
$this->page_title = 'UCP_PREFS_' . strtoupper($mode);
}
}
?>

View File

@@ -643,5 +643,3 @@ class ucp_profile
$this->page_title = 'UCP_PROFILE_' . strtoupper($mode);
}
}
?>

View File

@@ -502,5 +502,3 @@ class ucp_register
$this->page_title = 'UCP_REGISTRATION';
}
}
?>

View File

@@ -122,5 +122,3 @@ class ucp_remind
$this->page_title = 'UCP_REMIND';
}
}
?>

View File

@@ -166,5 +166,3 @@ class ucp_resend
$this->page_title = 'UCP_RESEND';
}
}
?>

View File

@@ -253,5 +253,3 @@ class ucp_zebra
$this->page_title = 'UCP_ZEBRA_' . $l_mode;
}
}
?>