Just a minor code comment point (I hope I chose the right categories for this report) on line 18 of search-result.tpl.php.

* - $info_split: Contains same data as $info split into a keyed array.

This is very confusing due to the similarity of "$info split" and "$info_split". Inserting a comma would make it much more clear:

* - $info_split: Contains same data as $info, split into a keyed array.

CommentFileSizeAuthor
#1 278759.patch833 bytesdouggreen

Comments

douggreen’s picture

Version: 6.2 » 7.x-dev
Status: Active » Reviewed & tested by the community
StatusFileSize
new833 bytes
dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD and DRUPAL-6. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.