17 include_once (
"FDL/Class.Doc.php");
18 include_once (
"FDL/Lib.Dir.php");
19 include_once (
"GENERIC/generic_util.php");
24 $docid = GetHttpVars(
"id");
25 $cols = GetHttpVars(
"ch");
26 $clear = (GetHttpVars(
"clear") ==
"yes");
31 if ($cols ==
"") $scols = array();
32 else $scols = implode(
';', $cols);
36 $action->
addWarningMsg(_(
"export preferences has been cleared"));
41 redirect($action,
"FREEDOM",
"EDITEXPORTCHOOSECOLS&id=" .
$doc->id, $action->GetParam(
"CORE_STANDURL"));
modexportchoosecols(Action &$action)
exitError($texterr, $exit=true, $code="")
deleteFamilyParameter(Action &$action, $famid, $attrid)
setFamilyParameter(Action &$action, $famid, $attrid, $value)