]> git.mxchange.org Git - friendica.git/blob - include/tagupdate.php
Merge pull request #3365 from Hypolite/issue/remove-wrong-profile-link-for-contacts
[friendica.git] / include / tagupdate.php
1 <?php
2 require_once("include/tags.php");
3
4 function tagupdate_run(&$argv, &$argc){
5         update_items();
6 }