Fixed typo: One too many colons.

This commit is contained in:
Steve Simms 2004-02-01 21:03:03 +00:00
parent b7e52c330c
commit 939dc67dd8

View file

@ -30,7 +30,7 @@ sub process {
my (%cphash, %hash2, %hash, $r, $i, @item, $query);
tie %hash, "Tie::IxHash";
tie %hash2, "Tie::IxHash";
tie %cphash, "Tie:::CPHash";
tie %cphash, "Tie::CPHash";
#--content adder
$hash{WebGUI::URL::page('op=editPage&npp='.$session{page}{pageId})} = WebGUI::International::get(2);
if ($session{user}{uiLevel} >= 7) {