]> git.mxchange.org Git - friendica.git/blob - include/tagupdate.php
Merge pull request #3868 from rabuzarus/20171104_-_use_best_link_url_for_events
[friendica.git] / include / tagupdate.php
1 <?php
2 require_once("include/tags.php");
3
4 function tagupdate_run(&$argv, &$argc){
5         update_items();
6 }