constant POLL_NOT_PUBLISHED in Poll 8
Denotes that the poll is not published.
File
- ./
poll.module, line 15 - Collects votes on different topics in the form of multiple choice questions.
Code
const POLL_NOT_PUBLISHED = 0;
Denotes that the poll is not published.
const POLL_NOT_PUBLISHED = 0;