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_OPTIONAL
Drupal 5
Drupal 5 Contrib
Drupal 6
Drupal 6 Contrib
Definition
comment/comment.module
Description
Comment preview is optional.
Code
<?php
define
(
'COMMENT_PREVIEW_OPTIONAL'
,
0
);
?>