]> git.mxchange.org Git - friendica.git/commitdiff
rev update
authortobiasd <tobias.diekershoff@gmx.net>
Sun, 20 Oct 2013 13:31:10 +0000 (15:31 +0200)
committertobiasd <tobias.diekershoff@gmx.net>
Sun, 20 Oct 2013 13:31:10 +0000 (15:31 +0200)
boot.php

index 418d46e5a2cb658d334f77f0b5f722cff35575dd..57414e8fcf933a7dfa28ebf303d808dd6fa137dc 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -12,7 +12,7 @@ require_once('library/Mobile_Detect/Mobile_Detect.php');
 require_once('include/features.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
-define ( 'FRIENDICA_VERSION',      '3.2' );
+define ( 'FRIENDICA_VERSION',      '3.2.1744' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1163      );
 define ( 'EOL',                    "<br />\r\n"     );
@@ -1154,7 +1154,7 @@ if(! function_exists('login')) {
        
                        '$lname'                => array('username', t('Nickname or Email address: ') , '', ''),
                        '$lpassword'    => array('password', t('Password: '), '', ''),
-                       '$lremember'    => array('remember', t('Remember me'), 0, ''),
+                       '$lremember'    => array('remember', t('Remember me'), 0,  ''),
        
                        '$openid'               => !$noid,
                        '$lopenid'      => array('openid_url', t('Or login using OpenID: '),'',''),