bcsub is not needed here

bcmath module is not required anymore
This commit is contained in:
slawkens
2021-05-01 01:21:11 +02:00
parent 4e85f857a4
commit 780f8d193f
2 changed files with 4 additions and 5 deletions

View File

@@ -51,8 +51,7 @@ if(empty($errors)) {
}
$twig->display('guilds.change_description.html.twig', array(
'guild' => $guild,
'rows' => bcsub($config['guild_description_lines_limit'],1)
'guild' => $guild
));
}
else {
@@ -72,4 +71,4 @@ if(!empty($errors)) {
));
}
?>
?>