You are here

function node_makemeeting_update in Make Meeting Scheduler 6

Implements node_update().

File

./makemeeting.module, line 492
Make Meeting module

Code

function node_makemeeting_update($node) {

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