node_cron

Versions
4.6 – 7
node_cron()

Implementation of hook_cron().

Code

modules/node/node.module, line 50

<?php
function node_cron() {
  db_query('DELETE FROM {history} WHERE timestamp < %d', NODE_NEW_LIMIT);
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.