Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
export_run_xslt.inc.php File Reference

Namespaces

namespace  Export

Functions

 CheckParamRUN ()

Variables

 $export_pagename = _("Download der Ausgabedatei")
 $xslt_process = false
 $xslt_filename = strlen($_REQUEST['xslt_filename']) ? basename(stripslashes($_REQUEST['xslt_filename'])) : $xslt_filename_default

Function Documentation

CheckParamRUN ( )

Checks given parameters

This function checks the given parameters. If some are missing it returns false and adds a warning to $export_error.

public

Returns
boolean

Variable Documentation

$export_pagename = _("Download der Ausgabedatei")
$xslt_filename = strlen($_REQUEST['xslt_filename']) ? basename(stripslashes($_REQUEST['xslt_filename'])) : $xslt_filename_default
$xslt_process = false