the Forced Preferences did not become saved anymore

now they do!! :)

Cu
This commit is contained in:
Lars Kneschke 2002-12-26 15:31:32 +00:00
parent 0aa260e45b
commit fe0eeda977

View File

@ -21,7 +21,7 @@
include('../header.inc.php'); include('../header.inc.php');
$user = get_var('user',Array('POST')); $user = get_var('user',Array('POST'));
$global = get_var('global',Array('POST')); $forced = get_var('forced',Array('POST'));
$default = get_var('default',Array('POST')); $default = get_var('default',Array('POST'));
$GLOBALS['appname'] = get_var('appname',Array('GET')); $GLOBALS['appname'] = get_var('appname',Array('GET'));