This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
miklo
/
friendica
sforkowany z
mirror/friendica
Obserwuj
1
Polub
0
Forkuj
You've already forked friendica
0
Kod
Zgłoszenia
Oczekujące zmiany
Packages
Projekty
Wydania
Wiki
Aktywność
3e17335418
friendica
/
include
/
tagupdate.php
7 wiersze
100 B
PHP
Czysty
Zwykły widok
Historia
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
}