Commit:    caa6c2d677fc2d6fd35fc2c7ab9da3542d5d07f3
Author:    Ferenc Kovacs <[email protected]>         Wed, 23 Jan 2013 12:16:23 
+0100
Parents:   dcc9d0e39e2356cc69b29d73a2cb05468da0b951
Branches:  master

Link:       
http://git.php.net/?p=web/bugs.git;a=commitdiff;h=caa6c2d677fc2d6fd35fc2c7ab9da3542d5d07f3

Log:
quicklink for the assigned bugs of the current user

Changed paths:
  M  include/functions.php


Diff:
diff --git a/include/functions.php b/include/functions.php
index 56df589..471edef 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1758,6 +1758,7 @@ function response_header($title, $extraHeaders = '')
                        <a href="stats.php" 
class="menuWhite">statistics</a>&nbsp;|&nbsp;
                        <a href="random" class="menuWhite">random 
bug</a>&nbsp;|&nbsp;
 <?php if ($is_logged) { ?>
+                       <a href="search.php?cmd=display&amp;assign=<?php echo 
$auth_user->handle;?>" class="menuWhite">my bugs</a>&nbsp;|&nbsp;
                        <a href="logout.php" class="menuWhite">logout</a>
 <?php } else { ?>
                        <a href="login.php" class="menuWhite">login</a>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to