globals fix for \$action

This commit is contained in:
Miles Lott 2001-12-18 02:38:39 +00:00
parent a7900bb2bb
commit a89a1c9c1a

View File

@ -97,7 +97,7 @@
//$action = 'Upgrade';
// end DEBUG code
switch($action)
switch($HTTP_POST_VARS['action'])
{
case 'Uninstall all applications':
$subtitle = lang('Deleting Tables');