This commit is contained in:
steven 2025-08-11 22:23:30 +02:00
commit 72a26edcff
22092 changed files with 2101903 additions and 0 deletions

17
scripts/ajax/abr_list.php Normal file
View 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');
?>