init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
23
scripts/ajax/msmsstatus.php
Normal file
23
scripts/ajax/msmsstatus.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?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/msmsstatus.tpl');
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue