@@ -, +, @@ --- admin/systempreferences.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/admin/systempreferences.pl +++ a/admin/systempreferences.pl @@ -67,7 +67,7 @@ use YAML::Syck qw( Dump LoadFile ); # Because some things *should* be on more than one tab. # And the tabname is the unique part (the key). -my %tabsysprefs; +our %tabsysprefs; # Acquisitions $tabsysprefs{gist}="Acquisitions"; --