1
0
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:
Andrew Dolgov
2017-04-26 20:24:18 +03:00
parent e734018448
commit ea79a0e033
52 changed files with 38 additions and 87 deletions

View File

@@ -10,5 +10,4 @@
require $file;
}
}
?>
}

View File

@@ -222,4 +222,4 @@
}
} */
?>

View File

@@ -348,4 +348,4 @@ function hsl2rgb($arr) {
}
return '';
}
?>

View File

@@ -17,5 +17,4 @@
}
return false;
}
?>
}

View File

@@ -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);
}
?>
}

View File

@@ -36,5 +36,3 @@ function db_last_query_error() {
function db_quote($str){
return Db::get()->quote($str);
}
?>

View File

@@ -189,4 +189,4 @@
return array($tmp, $headlines_count, $affected_ids, $tmp_t);
}
?>

View File

@@ -71,4 +71,4 @@ function ttrss_fatal_handler() {
register_shutdown_function('ttrss_fatal_handler');
set_error_handler('ttrss_error_handler');
?>

View File

@@ -110,4 +110,3 @@
return $rv;
}
?>

View File

@@ -2530,4 +2530,4 @@
return "";
}
}
?>

View File

@@ -197,5 +197,3 @@
return $result;
}
?>

View File

@@ -1531,4 +1531,4 @@
PluginHost::getInstance()->run_hooks(PluginHost::HOOK_HOUSE_KEEPING, "hook_house_keeping", "");
}
?>

View File

@@ -140,4 +140,3 @@
@session_start();
}
}
?>

View File

@@ -39,4 +39,3 @@
}
define('VERSION', get_version());
?>