| 
    Stud.IP
    2.4 Revision 48548
    
   | 
  
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) | 
| $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.
| Array | $params | Array with values to insert in the table row. |