Commit: d912ba3d4c3130ce58e91a6681de422865c5d6a5 Author: Hannes Magnusson <[email protected]> Thu, 26 Dec 2013 22:29:59 -0800 Parents: 28133e665c41194166ecb9c165d9b81245cb4839 Branches: master
Link: http://git.php.net/?p=web/master.git;a=commitdiff;h=d912ba3d4c3130ce58e91a6681de422865c5d6a5 Log: This link is in the header already Changed paths: M manage/users.php Diff: diff --git a/manage/users.php b/manage/users.php index e6d94b1..e5b2d62 100644 --- a/manage/users.php +++ b/manage/users.php @@ -372,8 +372,7 @@ table.useredit tr { ?> <div> <div> - <a href="<?php echo PHP_SELF . "?username={$_SESSION["username"]}";?>">edit your entry</a> - | <a href="<?php echo PHP_SELF . "?unapproved=1";?>">see outstanding requests</a> + <a href="<?php echo PHP_SELF . "?unapproved=1";?>">see outstanding requests</a> </div> </div> <?php -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
