drupalcode.com
Search Drupal 5
Function, file, or topic:
*
Drupal 5
Constants
Files
Functions
Topics
Navigation
API reference
Code review
Home
›
API reference
COMMENT_PREVIEW_REQUIRED
Drupal 5
Drupal 5 Contrib
Drupal 6
Drupal 6 Contrib
Definition
comment/comment.module
Description
Comment preview is required.
Code
<?php
define
(
'COMMENT_PREVIEW_REQUIRED'
,
1
);
?>