Stud.IP  2.4 Revision 48548
 All Data Structures Namespaces Files Functions Variables Groups Pages
export.inc.php File Reference

Namespaces

namespace  calendar

Variables

 $experiod = Request::option('experiod')
 $expmod = Request::option('expmod')
 $extype = Request::option('extype')
 $exendday = Request::option('exendday')
 $exendmonth = Request::option('exendmonth')
 $exendyear = Request::option('exendyear')
 $exstartday = Request::option('exstartday')
 $exstartmonth = Request::option('exstartmonth')
 $exstartyear = Request::option('exstartyear')
if($experiod!= 'period') if($expmod==
'exp_direct'&&$termin_id) 
$err = array()
if($experiod== 'period') if(($expmod!=
'exp'&&$expmod!= 'imp'&&$expmod!=
'sync')||($expmod== 'exp'&&!empty($err)))
if(($expmod!= 'exp'&&$expmod!=
'imp'&&$expmod!= 'sync')||($expmod==
'exp'&&!empty($err))) elseif($expmod==
'exp'&&empty($err)) elseif($expmod==
'imp') elseif($expmod== 'sync') 
print_cell ($params)

Variable Documentation

if ($experiod!= 'period') if ($expmod== 'exp_direct'&&$termin_id) $err = array()
$exendday = Request::option('exendday')
$exendmonth = Request::option('exendmonth')
$exendyear = Request::option('exendyear')
$experiod = Request::option('experiod')
$expmod = Request::option('expmod')
$exstartday = Request::option('exstartday')
$exstartmonth = Request::option('exstartmonth')
$exstartyear = Request::option('exstartyear')
$extype = Request::option('extype')
if ($experiod== 'period') if (($expmod!= 'exp'&&$expmod!= 'imp'&&$expmod!= 'sync')||($expmod== 'exp'&&!empty($err))) if (($expmod!= 'exp'&&$expmod!= 'imp'&&$expmod!= 'sync')||($expmod== 'exp'&&!empty($err))) elseif ($expmod== 'exp'&&empty($err)) elseif ($expmod== 'imp') elseif ($expmod== 'sync') print_cell($params)

Prints a table row and inserts the values given by the params array.

Parameters
Array$paramsArray with values to insert in the table row.