Skip to content

Commit 28de993

Browse files
committed
csfixer
1 parent bf895cd commit 28de993

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

include/functions.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2096,7 +2096,6 @@ function human_readable($bytes, $decimal = true, $precision = 2) {
20962096
}
20972097

20982098
function get_panel_lines_count($height, $user_id) {
2099-
21002099
$lines = intropage_get_lines($user_id);
21012100

21022101
if (!is_numeric($lines)) {
@@ -2111,7 +2110,6 @@ function get_panel_lines_count($height, $user_id) {
21112110
}
21122111

21132112
function intropage_get_lines($user_id) {
2114-
21152113
$lines = read_user_setting('intropage_number_of_lines', read_config_option('intropage_number_of_lines'), false, $user_id);
21162114

21172115
if (!is_numeric($lines) || $lines <= 0) {

0 commit comments

Comments
 (0)