friendica/include/threadupdate.php

8 wiersze
135 B
PHP
Czysty Zwykły widok Historia

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