minor stuff, some doco, auth cleanup, and make "unknown" more translateable by context.

This commit is contained in:
friendica
2014-02-22 14:58:12 -08:00
parent 5dc35bb7f0
commit 5b4e3f46bc
3 changed files with 2 additions and 5 deletions

View File

@@ -753,7 +753,7 @@ function import_author_rss($x) {
values ( '%s', '%s', '%s', '%s' )",
dbesc($x['url']),
dbesc($x['url']),
dbesc(($name) ? $name : t('Unknown')),
dbesc(($name) ? $name : t('(Unknown)')),
dbesc('rss')
);
if($r) {