svn: /web/php/trunk/include/ site.inc
[email protected] (Hannes Magnusson)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
bjori Sat, 01 Jan 2011 20:46:12 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=306959
Log:
feature-? There are no such files, this should
Changed paths:
U web/php/trunk/include/site.inc
Modified: web/php/trunk/include/site.inc
===================================================================
--- web/php/trunk/include/site.inc 2011-01-01 20:00:21 UTC (rev 306958)
+++ web/php/trunk/include/site.inc 2011-01-01 20:46:12 UTC (rev 306959)
@@ -349,7 +349,7 @@
function get_manual_search_sections() {
return array(
"", "book.", "ref.", "function.", "class.",
- "feature-", "control-structures.", "language.",
+ "features.", "control-structures.", "language.",
"about.", "faq.", "features.",
);
}