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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 278759.patch | 833 bytes | douggreen |
Comments
Comment #1
douggreen commentedComment #2
dries commentedCommitted to CVS HEAD and DRUPAL-6. Thanks.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.