NODE_NEW_LIMIT

Definition

node/node.module

Code

<?php
define('NODE_NEW_LIMIT', time() - 30 * 24 * 60 * 60);
?>