Hi guys,
Does anyone have any idea why I get the following error when trying to
use the relations function:
function relations/0 already defined
I have the following in one of my module files:
-module(tag).
relations() -> [{many_to_one, [hotlink, video, gear, music,
picture]}].
when I try to compile the application, I get the error above: function
relations/0 already defined
many thanks
nii amon
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"erlyweb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---