git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3347 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
a905e78d9c
commit
2ebd38d3d7
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ class DefaultController extends Controller
|
|||
if (!empty($data['dauer'])) $ttUrl .= '&dauer='. $data['dauer'];
|
||||
if (!empty($data['t']))
|
||||
{
|
||||
$ttUrl .= '&personen=25'. str_repeat(';25', $data['t']);
|
||||
$ttUrl .= '&personen=25'. str_repeat(';25', $data['t'] - 1);
|
||||
for ($i = 0; $i < 3; ++$i)
|
||||
{
|
||||
if (!empty($data['child'.$i]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue