diff options
author | Phil Burton <phil@d3r.com> | 2015-12-10 11:05:13 +0000 |
---|---|---|
committer | Phil Burton <phil@d3r.com> | 2015-12-10 11:05:13 +0000 |
commit | 2eac02632ec2b7b6241e92423a3fdbda3baaafda (patch) | |
tree | 3c5efb523dc1f0aa928f5680af45e7d3c9ae2dc1 /search.php | |
parent | 08a3ce45931445179a745a71b2645d17e39f7e95 (diff) |
Removed typo in stderr output
Diffstat (limited to 'search.php')
-rw-r--r-- | search.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ function output($pieces, $glue = " - ", $stderr = false) } if ($stderr) { - fwrite(STDERR, "a" . $out . "\n"); + fwrite(STDERR, $out . "\n"); } else { echo $out; } |