drupalcode.com
Search Drupal 6
Function, file, or topic:
*
Drupal 6
Constants
Files
Functions
Topics
Navigation
API reference
Code review
Home
›
API reference
NODE_NEW_LIMIT
Drupal 5
Drupal 6
Definition
node/node.module
Code
<?php
define
(
'NODE_NEW_LIMIT'
,
time
() -
30
*
24
*
60
*
60
);
?>