View | Details | Raw Unified | Return to bug 7763
Collapse All | Expand All

(-)a/admin/systempreferences.pl (-2 / +1 lines)
Lines 67-73 use YAML::Syck qw( Dump LoadFile ); Link Here
67
#   Because some things *should* be on more than one tab.
67
#   Because some things *should* be on more than one tab.
68
#   And the tabname is the unique part (the key).
68
#   And the tabname is the unique part (the key).
69
69
70
my %tabsysprefs;
70
our %tabsysprefs;
71
71
72
# Acquisitions
72
# Acquisitions
73
    $tabsysprefs{gist}="Acquisitions";
73
    $tabsysprefs{gist}="Acquisitions";
74
- 

Return to bug 7763