friendica/include/threadupdate.php

8 lines
135 B
PHP
Raw Normal View History

<?php
require_once("include/threads.php");
2017-02-27 00:16:49 +01:00
function threadupdate_run(&$argv, &$argc){
update_threads();
update_threads_mention();
}