X-Git-Url: https://code.th-h.de/?p=usenet%2Fnewsstats.git;a=blobdiff_plain;f=NewsStats.pm;h=cc3dd83d85629a70a41f9702b151646279483912;hp=781272d51453c51694cfd2c3e1b7a5b0d8c74685;hb=d3b6810d3d09c7a1dffaef75731624fd9712d914;hpb=89db2f904dc9ddd07bfce9c3fe1fe81b58c1aa8b diff --git a/NewsStats.pm b/NewsStats.pm index 781272d..cc3dd83 100644 --- a/NewsStats.pm +++ b/NewsStats.pm @@ -36,11 +36,11 @@ require Exporter; FormatOutput SQLHierarchies SQLGroupList - GetMaxLenght + GetMaxLength ); %EXPORT_TAGS = ( TimePeriods => [qw(GetTimePeriod LastMonth CheckMonth SplitPeriod ListMonth)], Output => [qw(OutputData FormatOutput)], - SQLHelper => [qw(SQLHierarchies SQLGroupList GetMaxLenght)]); + SQLHelper => [qw(SQLHierarchies SQLGroupList GetMaxLength)]); $VERSION = '0.01'; our $PackageVersion = '0.01'; @@ -412,7 +412,7 @@ sub SQLHierarchies { }; ################################################################################ -sub GetMaxLenght { +sub GetMaxLength { ################################################################################ ### get length of longest field in future query result ### IN : $DBHandle : database handel