|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-07-31 14:58 UTC] alindeman@php.net
[2003-07-31 15:05 UTC] nicos@php.net
[2003-07-31 15:09 UTC] alindeman@php.net
[2003-07-31 15:20 UTC] alindeman@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jun 18 05:00:01 2026 UTC |
Description: ------------ In the categories listing in search.php: You have the correct listing plus "Array" at the end. It must be because of: while (list($key,$value) = each($items)) { in include/functions.inc in the function show_types or maybe a problem in $items. Reproduce code: --------------- http://bugs.php.net/search.php Expected result: ---------------- Remove Array. Actual result: -------------- Adding Array for nothing.