[dw-free] Extend DW::External::User to discover account type and save it
[commit: http://hg.dwscoalition.org/dw-free/rev/814226d457d2]
http://bugs.dwscoalition.org/show_bug.cgi?id=733
Whitespace cleanup.
Patch by
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=733
Whitespace cleanup.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- etc/config.pl
-------------------------------------------------------------------------------- diff -r 432d42b6a6bb -r 814226d457d2 etc/config.pl --- a/etc/config.pl Mon Aug 22 17:55:28 2011 +0800 +++ b/etc/config.pl Mon Aug 22 17:57:37 2011 +0800 @@ -356,8 +356,8 @@ 'synd_create' => 1, 'tags_max' => 1000, 'textmessaging' => 0, - thread_expander => 0, - 'tools_recent_comments_display' => 10, + thread_expander => 0, + 'tools_recent_comments_display' => 10, 'track_all_comments' => 0, 'track_defriended' => 0, 'track_pollvotes' => 0, @@ -413,7 +413,7 @@ 'synd_create' => 1, 'tags_max' => 1500, 'textmessaging' => 1, - thread_expander => 1, + thread_expander => 1, 'tools_recent_comments_display' => 100, 'track_all_comments' => 0, 'track_defriended' => 1, @@ -468,7 +468,7 @@ 'synd_create' => 1, 'tags_max' => 2000, 'textmessaging' => 1, - thread_expander => 1, + thread_expander => 1, 'tools_recent_comments_display' => 150, 'track_all_comments' => 1, 'track_defriended' => 1, @@ -530,7 +530,7 @@ 'synd_create' => 1, 'tags_max' => 2000, 'textmessaging' => 1, - thread_expander => 1, + thread_expander => 1, 'tools_recent_comments_display' => 150, 'track_all_comments' => 1, 'track_defriended' => 1, @@ -584,7 +584,7 @@ 'synd_create' => 1, 'tags_max' => 2000, 'textmessaging' => 1, - thread_expander => 1, + thread_expander => 1, 'tools_recent_comments_display' => 150, 'track_all_comments' => 1, 'track_defriended' => 1, --------------------------------------------------------------------------------