friendica-github/include/tagupdate.php
2017-11-14 22:13:33 +00:00

6 lines
100 B
PHP

<?php
require_once("include/tags.php");
function tagupdate_run(&$argv, &$argc){
update_items();
}