htdocs/lang/de/ocstyle/varset.inc.php 1 location
|
@@ 55-57 (lines=3) @@
|
| 52 |
|
$target .= $varname . '=' . $varvalue . '&'; |
| 53 |
|
} |
| 54 |
|
} |
| 55 |
|
if (mb_substr($target, - 1) == '?' || mb_substr($target, - 1) == '&') { |
| 56 |
|
$target = mb_substr($target, 0, - 1); |
| 57 |
|
} |
| 58 |
|
$sLoggedOut = mb_ereg_replace('{target}', $target, $sLoggedOut); |
| 59 |
|
|
| 60 |
|
$functionsbox_start_tag = ''; |
htdocs/lib2/OcSmarty.class.php 1 location
|
@@ 98-100 (lines=3) @@
|
| 95 |
|
} |
| 96 |
|
} |
| 97 |
|
|
| 98 |
|
if (mb_substr($target, -1) == '?' || mb_substr($target, -1) == '&') { |
| 99 |
|
$target = mb_substr($target, 0, -1); |
| 100 |
|
} |
| 101 |
|
|
| 102 |
|
$this->target = $target; |
| 103 |
|
} |