]> git.mxchange.org Git - friendica.git/blob - include/threadupdate.php
Merge pull request #3879 from zeroadam/Remove-Includes-#3873
[friendica.git] / include / threadupdate.php
1 <?php
2 require_once("include/threads.php");
3
4 function threadupdate_run(&$argv, &$argc){
5         update_threads();
6         update_threads_mention();
7 }