23 lines
No EOL
351 B
PHP
23 lines
No EOL
351 B
PHP
<?php
|
|
|
|
$tourd = $GLOBALS['mysql']->query_single("SELECT * FROM tourenliste WHERE id='".$_POST['id']."'");
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
if ($saso_temp['num_rows'] ==0) {
|
|
$tour = $GLOBALS['mysql']->query_single("SELECT * FROM tourenliste WHERE id='".$_POST['id']."'");
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
$template->assign('data', $tourd);
|
|
$template->assign('content', 'tpl/ajax/ssstatus.tpl');
|
|
?>
|