summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authormam <m.maengel@project-biz.de>2014-02-21 21:57:51 +0100
committermam <m.maengel@project-biz.de>2014-02-21 21:57:51 +0100
commitff98728fc0dc34489b506f204014edb60dc45db3 (patch)
treee56ca75993c7a5fdb45c22c067efe65e58873b96 /pages
parent41a51fd6ba60524046b3bf2a8300a880754b12e0 (diff)
downloadcacert-devel-ff98728fc0dc34489b506f204014edb60dc45db3.tar.gz
cacert-devel-ff98728fc0dc34489b506f204014edb60dc45db3.tar.xz
cacert-devel-ff98728fc0dc34489b506f204014edb60dc45db3.zip
bug 1138: rework of the return link
Diffstat (limited to 'pages')
-rw-r--r--pages/account/59.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/59.php b/pages/account/59.php
index 4dcb056..7ad3f9d 100644
--- a/pages/account/59.php
+++ b/pages/account/59.php
@@ -297,7 +297,7 @@ if (1 == $support) {
?><td colspan="<?=$colspan?>" ><?=_('no entry avialable')?></td><?
}
if ($support==1) {
- ?><td colspan="<?=$colspan?>" ><a href="account.php?id=43&amp;userid=' . intval($_REQUEST['userid']) .'">'. _('Back to previous page.').'</a>'?></td><?
+ ?><td colspan="<?=$colspan?>" ><a href="account.php?id=43&amp;userid=<?= $userid ?>"><?= _('Back to previous page.')?></a></td><?
}
?>