You are here

function node_makemeeting_simplepoll_update in Make Meeting Scheduler 6

node_update()

Parameters

mixed $node:

File

./makemeeting_simplepoll.module, line 369
Make Meeting Simple Poll module

Code

function node_makemeeting_simplepoll_update($node) {

  // do nothing here
  // reason: we using custom urls to update the poll
}