Commit:    a2ad5cd44d99059727143d27869bcdf9c594a72b
Author:    Boro Sitnikovski <[email protected]>         Tue, 22 Jul 2014 
20:05:52 +0200
Parents:   95f4f5a0ba20da1c1d0aa15294bfaa6c382cdaa1
Branches:  master

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

Log:
Update search.php

Changed paths:
  M  www/search.php


Diff:
diff --git a/www/search.php b/www/search.php
index c0ec9c1..f789965 100644
--- a/www/search.php
+++ b/www/search.php
@@ -64,7 +64,7 @@ if (isset($_GET['cmd']) && $_GET['cmd'] == 'display')
                        'project'     => urlencode($project),
                        'php_os'      => urlencode($php_os),
                        'php_os_not'  => $php_os_not,
-                       'author_mail' => urlencode($author_email),
+                       'author_email' => urlencode($author_email),
                        'bug_type'    => urlencode($bug_type),
                        'boolean'     => $boolean_search,
                        'bug_age'     => $bug_age,


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

Reply via email to