[otrs-cvs] TimeAccounting/Kernel/Output/HTML ToolBarIncompleteWorkingDays.pm, 1.4, 1.5

"CVS commits notifications of OTRS.org" <[email protected]>
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/TimeAccounting/Kernel/Output/HTML
In directory lancelot:/tmp/cvs-serv12734/Kernel/Output/HTML

Modified Files:
	ToolBarIncompleteWorkingDays.pm 
Log Message:
Fixed reference assignment when even sized is expected. 

Author: cr

Index: ToolBarIncompleteWorkingDays.pm
===================================================================
RCS file: /home/cvs/TimeAccounting/Kernel/Output/HTML/ToolBarIncompleteWorkingDays.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -2 -u -d -r1.4 -r1.5
--- ToolBarIncompleteWorkingDays.pm	6 Dec 2012 08:44:49 -0000	1.4
+++ ToolBarIncompleteWorkingDays.pm	3 Jan 2013 22:53:33 -0000	1.5
@@ -1,5 +1,5 @@
 # --
 # Kernel/Output/HTML/ToolBarIncompleteWorkingDays.pm
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -103,5 +103,5 @@
 
             # extract month
-            my %Month = $Year{$MonthID};
+            my %Month = %{ $Year{$MonthID} };
 
             $Count += scalar keys %Month;
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.