diff options
-rw-r--r-- | pages/account/59.php | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/pages/account/59.php b/pages/account/59.php index 7026b5a..5a327a9 100644 --- a/pages/account/59.php +++ b/pages/account/59.php @@ -370,15 +370,11 @@ if (mysql_num_rows($dres) > 0) { </tr> <? } - if ($support==1) { - ?> - <tr> - <td colspan="<?=$colspan?>" > - <a href="account.php?id=43&userid=<?= $userid ?>"><?= _('Back to previous page.')?></a> - </td> - </tr> - <? - } - ?> +<tr> + <td colspan="<?=$colspan?>" > + <a href="account.php?id=<?=$oldid?intval($oldid):($support?43:13)?>&userid=<?=$userid?>"><?= _('Back to previous page.')?></a> + </td> +</tr> + </table> |