Fixed typo: One too many colons.
This commit is contained in:
parent
b7e52c330c
commit
939dc67dd8
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ sub process {
|
||||||
my (%cphash, %hash2, %hash, $r, $i, @item, $query);
|
my (%cphash, %hash2, %hash, $r, $i, @item, $query);
|
||||||
tie %hash, "Tie::IxHash";
|
tie %hash, "Tie::IxHash";
|
||||||
tie %hash2, "Tie::IxHash";
|
tie %hash2, "Tie::IxHash";
|
||||||
tie %cphash, "Tie:::CPHash";
|
tie %cphash, "Tie::CPHash";
|
||||||
#--content adder
|
#--content adder
|
||||||
$hash{WebGUI::URL::page('op=editPage&npp='.$session{page}{pageId})} = WebGUI::International::get(2);
|
$hash{WebGUI::URL::page('op=editPage&npp='.$session{page}{pageId})} = WebGUI::International::get(2);
|
||||||
if ($session{user}{uiLevel} >= 7) {
|
if ($session{user}{uiLevel} >= 7) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue