mirror of
https://github.com/friendica/friendica
synced 2024-11-10 09:02:53 +00:00
To-Do bullets can now be listed in doxygen
This commit is contained in:
parent
b76dc8b129
commit
41dacf4b37
1 changed files with 5 additions and 5 deletions
|
@ -431,11 +431,11 @@ function cron_repair_database() {
|
|||
q("UPDATE `item` INNER JOIN `item` AS `parent` ON `parent`.`uri` = `item`.`parent-uri` AND `parent`.`uid` = `item`.`uid` SET `item`.`parent` = `parent`.`id` WHERE `item`.`parent` = 0");
|
||||
|
||||
/// @todo
|
||||
// - remove duplicated contacts with uid=0 (We could do this at the place where the contacts are stored)
|
||||
// - remove thread entries without item
|
||||
// - remove sign entries without item
|
||||
// - remove children when parent got lost
|
||||
// - set contact-id in item when not present
|
||||
/// - remove duplicated contacts with uid=0 (We could do this at the place where the contacts are stored)
|
||||
/// - remove thread entries without item
|
||||
/// - remove sign entries without item
|
||||
/// - remove children when parent got lost
|
||||
/// - set contact-id in item when not present
|
||||
}
|
||||
|
||||
if (array_search(__file__,get_included_files())===0){
|
||||
|
|
Loading…
Reference in a new issue