How to prevent click event when dragging?

How to prevent click event when dragging?

 I have a bunch of Draggable elements, but they also have a click event. Is there any way to prevent the click event from firing when I drag an item to a Droppable?

Using jQuery 1.3.2 and UI 1.7.2.