]> git.mxchange.org Git - friendica.git/blob - include/threadupdate.php
merged 2 if() into one as requested by CR
[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 }