node_cron()
Implementation of hook_cron().
modules/node/node.module, line 121
<?php function node_cron() { db_query('DELETE FROM {history} WHERE timestamp < %d', NODE_NEW_LIMIT); } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen