mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:05:19 +02:00
Standards: Remove EOF closing PHP tags
This commit is contained in:
parent
4b16de6d80
commit
1d427aa214
33 changed files with 28 additions and 66 deletions
|
@ -854,4 +854,3 @@ function account_type($contact) {
|
|||
|
||||
return $account_type;
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -81,4 +81,3 @@ class Emailer {
|
|||
return $res;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -1220,4 +1220,3 @@ class Probe {
|
|||
return $data;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -334,4 +334,3 @@ class exAuth {
|
|||
fclose($this->rLogFile);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -17,4 +17,3 @@ function create_shadowentry_run($argv, $argc) {
|
|||
|
||||
add_shadow_entry($message_id);
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -149,4 +149,3 @@ function remove_orphans($stage = 0) {
|
|||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -110,4 +110,3 @@ class dbm {
|
|||
return date('Y-m-d H:i:s', $timestamp);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -3745,4 +3745,3 @@ class Diaspora {
|
|||
return true;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -366,4 +366,3 @@ function feed_import($xml,$importer,&$contact, &$hub, $simulate = false) {
|
|||
return array("header" => $author, "items" => $items);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -47,4 +47,3 @@ function update_files_for_items() {
|
|||
create_files_from_item($message["id"]);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -325,4 +325,3 @@ function html2bbcode($message)
|
|||
|
||||
return $message;
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -233,4 +233,3 @@ function html2plain($html, $wraplength = 75, $compact = false)
|
|||
|
||||
return(trim($message));
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -187,7 +187,7 @@ function removelinebreak($message)
|
|||
(substr(trim($nextline), 0, 7) == 'http://') or
|
||||
(substr(trim($nextline), 0, 8) == 'https://'));
|
||||
|
||||
if (!$specialchars)
|
||||
if (!$specialchars)
|
||||
$specialchars = ((substr(rtrim($line), -1) == '-') or
|
||||
(substr(rtrim($line), -1) == '=') or
|
||||
(substr(rtrim($line), -1) == '*') or
|
||||
|
@ -222,4 +222,3 @@ function removelinebreak($message)
|
|||
return(implode("\n", $lines));
|
||||
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -2297,4 +2297,3 @@ class ostatus {
|
|||
return(trim($doc->saveXML()));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -38,4 +38,3 @@ class pidfile {
|
|||
return(posix_kill(file_get_contents($this->_file), SIGTERM));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -432,4 +432,3 @@ function plaintext(App $a, $b, $limit = 0, $includedlinks = false, $htmlmode = 2
|
|||
|
||||
return($post);
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -689,4 +689,3 @@ if (array_search(__file__,get_included_files())===0){
|
|||
|
||||
killme();
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -258,5 +258,3 @@ function post_update_1206() {
|
|||
logger("Done", LOGGER_DEBUG);
|
||||
return true;
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
@ -129,4 +129,3 @@ function removetofu($message)
|
|||
|
||||
return($message);
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -22,4 +22,3 @@ function remove_contact_run($argv, $argc) {
|
|||
// Now we delete all the depending table entries
|
||||
dba::delete('contact', array('id' => $id));
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -2346,4 +2346,3 @@ function poco_serverlist() {
|
|||
}
|
||||
return $r;
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -55,4 +55,3 @@ function spool_post_run($argv, $argc) {
|
|||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -148,4 +148,3 @@ function update_items() {
|
|||
|
||||
dba::close($messages);
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -296,4 +296,3 @@ function update_shadow_copy() {
|
|||
|
||||
dba::close($messages);
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue