4 * Script that XXX put xapian here?
8 // Use relative address of config file
9 // Change this, if you move you cron directory.
10 $dir=substr(__FILE__
, 0, strrpos(__FILE__
, '/'));
11 require_once($dir.'/../wwwroot/config/config.inc');
13 require_once(INCLUDE_DIR
.'/database.inc');
15 $db = new CLASS_DATABASE();
16 $db->query('insert into node_content select node_id,node_content from nodes where ( DATE_SUB(CURDATE(),INTERVAL 2 DAY) < node_created OR DATE_SUB(CURDATE(),INTERVAL 2 DAY) < node_updated) ON DUPLICATE KEY UPDATE node_content.node_content = nodes.node_content;');
This page took 0.427285 seconds and 4 git commands to generate.