This website requires JavaScript.
Explore
Help
Register
Sign in
keith
/
friendica
Watch
1
Star
0
Fork
You've already forked friendica
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
55e2f49268
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 20:24:39 +00:00
<
?
php
require_once
(
"
include/tags.php
"
);
Now there is only the worker.
2017-02-26 23:16:49 +00: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 20:24:39 +00:00
}
Reference in a new issue
Copy permalink