Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Bug in Template Globals in 2.1.0-Beta3

Quote Reply
Bug in Template Globals in 2.1.0-Beta3
Hi!
In this version I can change the values of globals but I can't delete globals.

In Links::Tools::global_editor the line:

next if ($IN->param("del-$key"));

must be replaced in:

if ($IN->param("del-$key")) { delete($globals->{$key}); next };
Subject Author Views Date
Thread Bug in Template Globals in 2.1.0-Beta3 svalera 1497 Jan 18, 2002, 12:55 AM
Post Re: [svalera] Bug in Template Globals in 2.1.0-Beta3
Alex 1357 Jan 21, 2002, 12:26 PM