]> git.mxchange.org Git - friendica.git/blob - include/tagupdate.php
Fix SQL date format bug in dfrn
[friendica.git] / include / tagupdate.php
1 <?php
2 require_once("include/tags.php");
3
4 function tagupdate_run(&$argv, &$argc){
5         update_items();
6 }