gitweb: fix 'ctags' feature check and others
commit8d2dbbac21bbb76af29133331e2a88870d93899d
authorJunio C Hamano <gitster@pobox.com>
Sat, 29 Nov 2008 20:53:41 +0000 (29 12:53 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Dec 2008 02:15:51 +0000 (30 18:15 -0800)
tree15dfb33e1834e92e349ce654bda0153bbff158a2
parentd5cbdba843cdd61100933a00c3cfecfb71e9761b
gitweb: fix 'ctags' feature check and others

gitweb_check_feature() function is to retrieve the configuration parameter
list and calling it in the scalar context does not give its first element
that tells if the feature is enabled.  This fixes all the existing callers
to call the function correctly in the list context.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl