mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 03:45:57 +00:00
remove some redundant php closing tags
This commit is contained in:
@@ -10,5 +10,4 @@
|
||||
require $file;
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
}
|
||||
@@ -222,4 +222,4 @@
|
||||
|
||||
}
|
||||
} */
|
||||
?>
|
||||
|
||||
|
||||
@@ -348,4 +348,4 @@ function hsl2rgb($arr) {
|
||||
}
|
||||
return '';
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
@@ -17,5 +17,4 @@
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
?>
|
||||
}
|
||||
@@ -7,5 +7,4 @@
|
||||
|
||||
function set_pref($pref_name, $value, $user_id = false, $strip_tags = true) {
|
||||
return Db_Prefs::get()->write($pref_name, $value, $user_id, $strip_tags);
|
||||
}
|
||||
?>
|
||||
}
|
||||
@@ -36,5 +36,3 @@ function db_last_query_error() {
|
||||
function db_quote($str){
|
||||
return Db::get()->quote($str);
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@@ -189,4 +189,4 @@
|
||||
|
||||
return array($tmp, $headlines_count, $affected_ids, $tmp_t);
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
@@ -71,4 +71,4 @@ function ttrss_fatal_handler() {
|
||||
|
||||
register_shutdown_function('ttrss_fatal_handler');
|
||||
set_error_handler('ttrss_error_handler');
|
||||
?>
|
||||
|
||||
|
||||
@@ -110,4 +110,3 @@
|
||||
|
||||
return $rv;
|
||||
}
|
||||
?>
|
||||
|
||||
@@ -2530,4 +2530,4 @@
|
||||
return "";
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
@@ -197,5 +197,3 @@
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@@ -1531,4 +1531,4 @@
|
||||
|
||||
PluginHost::getInstance()->run_hooks(PluginHost::HOOK_HOUSE_KEEPING, "hook_house_keeping", "");
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
@@ -140,4 +140,3 @@
|
||||
@session_start();
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
@@ -39,4 +39,3 @@
|
||||
}
|
||||
|
||||
define('VERSION', get_version());
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user