danielc Wed Apr 6 13:22:11 2005 EDT
Modified files:
/pearweb/public_html/bugs search.php
Log:
* Add Bugs to <title>.
http://cvs.php.net/diff.php/pearweb/public_html/bugs/search.php?r1=1.65&r2=1.66&ty=u
Index: pearweb/public_html/bugs/search.php
diff -u pearweb/public_html/bugs/search.php:1.65
pearweb/public_html/bugs/search.php:1.66
--- pearweb/public_html/bugs/search.php:1.65 Wed Jan 26 07:40:06 2005
+++ pearweb/public_html/bugs/search.php Wed Apr 6 13:22:10 2005
@@ -15,7 +15,7 @@
* @package Bugs
* @copyright Copyright (c) 1997-2005 The PHP Group
* @license http://www.php.net/license/3_0.txt PHP License
- * @version $Id: search.php,v 1.65 2005/01/26 12:40:06 pajoye Exp $
+ * @version $Id: search.php,v 1.66 2005/04/06 17:22:10 danielc Exp $
*/
/**
@@ -42,7 +42,7 @@
exit;
}
-response_header('Search');
+response_header('Bugs :: Search');
$errors = array();
$warnings = array();
|