Hello - I'm pretty new to the Drupal community and not sure on protocol here - I have seen this post: http://drupal.org/node/556232 and the issue is similar to mine, but I can't seem to get the suggested function to override.

I'm using CCK and Views to output a one to many relationship.

Here is a link to a picture of the table I currently have: http://img109.imageshack.us/img109/5632/screenshot20091222at819.png

I would like it to display where the company only appears in the table once and the workers for that company appear as a coma separated list.

IE:
BBDO | Alum1, Alum2, Alum3
Large Company | Alum4, Alum7

I'm also trying to output this content type to Gmaps and even more importantly in the gmap view I need the values to be coma separated so that the markers don't just stack up on each other.

I tried to add the function suggested in the post i linked, but I'm getting that to work. Can I just copy and paste the same function in to the template.php file in my selected theme? Or is there another process for overriding the function? Sorry for my noobness. :/