webgui/share/upgrades/7.10.24-8.0.0/removeShowPerformance.pl
2012-01-17 15:58:07 -08:00

7 lines
141 B
Perl

use WebGUI::Upgrade::Script;
start_step "Removing show performance setting";
session->setting->remove('showPerformanceIndicators');
done;