diff options
author | mam <m.maengel@project-biz.de> | 2014-02-21 21:57:51 +0100 |
---|---|---|
committer | mam <m.maengel@project-biz.de> | 2014-02-21 21:57:51 +0100 |
commit | ff98728fc0dc34489b506f204014edb60dc45db3 (patch) | |
tree | e56ca75993c7a5fdb45c22c067efe65e58873b96 /pages | |
parent | 41a51fd6ba60524046b3bf2a8300a880754b12e0 (diff) | |
download | cacert-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.php | 2 |
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&userid=' . intval($_REQUEST['userid']) .'">'. _('Back to previous page.').'</a>'?></td><? + ?><td colspan="<?=$colspan?>" ><a href="account.php?id=43&userid=<?= $userid ?>"><?= _('Back to previous page.')?></a></td><? } ?> |