Moved some workers in their new habitat

This commit is contained in:
Michael
2017-11-15 20:59:42 +00:00
parent 38847af687
commit 33e98d6264
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
require_once("include/threads.php");
function threadupdate_run(&$argv, &$argc){
update_threads();
update_threads_mention();
}