diff options
author | Friendika <info@friendika.com> | 2010-11-28 14:43:14 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-28 14:43:14 -0800 |
commit | 34a8fb935d9619c5114981862dfe2949a90f09bb (patch) | |
tree | d7a28435a4084abeacd1bcb233d836d4ba7eb298 /include/items.php | |
parent | 9a921b829ba34b189ba37f0b771f164238c40853 (diff) | |
download | volse-hubzilla-34a8fb935d9619c5114981862dfe2949a90f09bb.tar.gz volse-hubzilla-34a8fb935d9619c5114981862dfe2949a90f09bb.tar.bz2 volse-hubzilla-34a8fb935d9619c5114981862dfe2949a90f09bb.zip |
no newlines in tags
Diffstat (limited to 'include/items.php')
-rw-r--r-- | include/items.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 27cb01f25..cca9e0401 100644 --- a/include/items.php +++ b/include/items.php @@ -762,7 +762,6 @@ function consume_feed($xml,$importer,$contact, &$hub, $datedir = 0) { $feed->init(); // Check at the feed level for updated contact name and/or photo - $debugging = get_config('system','debugging'); $name_updated = ''; $new_name = ''; |