]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/common.php
Removed double spaces from strings
[quix0rs-gnu-social.git] / lib / common.php
index f727a1cc11248b8415c3fa944171ffdeb0bcb450..f7308d0b44c357ed7bcaa325dad3c6a60d4cd46c 100644 (file)
@@ -19,7 +19,7 @@
 
 if (!defined('LACONICA')) { exit(1); }
 
-define('LACONICA_VERSION', '0.6.4');
+define('LACONICA_VERSION', '0.6.4.3');
 
 define('AVATAR_PROFILE_SIZE', 96);
 define('AVATAR_STREAM_SIZE', 48);
@@ -116,6 +116,8 @@ $config =
               'port' => 3312),
                'tag' =>
                array('dropoff' => 864000.0),
+               'popular' =>
+               array('dropoff' => 864000.0),
                'daemon' =>
                array('piddir' => '/var/run',
                          'user' => false,