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($dir.'/../wwwroot/config/config.inc');
13 require(INCLUDE_DIR
.'/database.inc');
14 require(INCLUDE_DIR
.'/senate.inc');
16 $db = new CLASS_DATABASE();
17 $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.368299 seconds and 4 git commands to generate.