init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
17
scripts/ajax/abr_list.php
Normal file
17
scripts/ajax/abr_list.php
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
//-------------------- wiederkehrende abfragen -------------------------------------------------
|
||||
//$a_touren = $GLOBALS['a_touren'];
|
||||
$a_fahrzg = $GLOBALS['a_fahrzg'];
|
||||
$a_fahrer = $GLOBALS['a_fahrer'];
|
||||
//$a_planbz = $GLOBALS['a_planbz'];
|
||||
//$a_planbf = $GLOBALS['a_planbf'];
|
||||
|
||||
//echo'<pre>'; print_r($row); echo'</pre>';
|
||||
|
||||
|
||||
$tourx = $GLOBALS['mysql']->query_single("SELECT * FROM tliste WHERE id='".$_POST['id']."'");
|
||||
$template->assign('tour', $tourx);
|
||||
$template->assign('content', 'tpl/ajax/itour.tpl');
|
||||
?>
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue