a few last second bug fixes

This commit is contained in:
JT Smith 2004-07-14 19:40:01 +00:00
parent 0527e7bf39
commit efbb31b7dc
6 changed files with 6 additions and 35 deletions

View file

@ -66,7 +66,7 @@ sub process {
%hash = sortHash(%hash);
$var{'addcontent.label'} = WebGUI::International::get(1);
my @addcontent;
my $i = 0;
$i = 0;
foreach my $key (keys %hash) {
push(@addcontent,{
'contenttype.url'=>$key,