Commit:    b310ac928eb45a0a5efea1ed78e6d618664f889c
Author:    Hannes Magnusson <[email protected]>         Tue, 28 Dec 2010 11:13:59 
+0000
Parents:   6a5d8a952a966df417461fe8e25f3c988ea489eb
Branches:  master

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

Log:
#fail

Changed paths:
  M  results.php


Diff:
diff --git a/results.php b/results.php
index 1da6e8b..0e6c2b2 100644
--- a/results.php
+++ b/results.php
@@ -54,7 +54,7 @@ if (is_array($data)) {
 $res = unserialize($data);
 
 // HTTP status line is passed on, signifies an error
-site_header('Search results', array("noindex", "current" => "FIXME")));
+site_header('Search results', array("noindex", "current" => "FIXME"));
 
 if (!is_array($res)) {
   exit_with_pretty_error(null, 'Internal error', 'Please try again later');


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

Reply via email to