Reworked flow activities calculation

This commit is contained in:
Simone Mainardi 2016-09-27 18:06:41 +02:00
parent ee590d970f
commit cd0db380e3
10 changed files with 82 additions and 82 deletions

View file

@ -194,7 +194,7 @@ end
-- ##############################################
function shortenString(name)
function shorteString(name)
max_len = 24
if(string.len(name) < max_len) then
return(name)