This website requires JavaScript.
Explore
Help
Sign In
clones
/
friendica
Watch
1
Star
0
Fork
You've already forked friendica
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
bd62f10697
friendica
/
include
/
tagupdate.php
7 lines
100 B
PHP
Raw
Normal View
History
Unescape
Escape
New fields for the term table, improved query for the tag search. Changed the cache handling for rendered bbcode.
2015-03-07 15:24:39 -05:00
<
?
php
require_once
(
"
include/tags.php
"
);
Now there is only the worker.
2017-02-26 18:16:49 -05:00
function
tagupdate_run
(
&
$argv
,
&
$argc
){
update_items
();
New fields for the term table, improved query for the tag search. Changed the cache handling for rendered bbcode.
2015-03-07 15:24:39 -05:00
}
Reference in New Issue
Copy Permalink