]> git.mxchange.org Git - friendica.git/commitdiff
Merge remote-tracking branch 'friendika/master' into newui
authorFabio Comuni <fabrix.xm@gmail.com>
Tue, 30 Aug 2011 09:00:23 +0000 (11:00 +0200)
committerFabio Comuni <fabrix.xm@gmail.com>
Tue, 30 Aug 2011 09:00:23 +0000 (11:00 +0200)
1  2 
boot.php
mod/contacts.php
mod/network.php

diff --cc boot.php
index bfdae47be18af5816488d7d3e5eba313fb3b5123,46f1e318c05d8b950498274c2bb9da0e58d0cfc5..4baa37309c4bed79759b6b11059c41e8cde2bc12
+++ b/boot.php
@@@ -5,12 -5,11 +5,12 @@@ require_once('include/network.php')
  require_once('include/plugin.php');
  require_once('include/text.php');
  require_once("include/pgettext.php");
 +require_once('include/nav.php');
  
  
- define ( 'FRIENDIKA_VERSION',      '2.2.1079' );
+ define ( 'FRIENDIKA_VERSION',      '2.2.1087' );
  define ( 'DFRN_PROTOCOL_VERSION',  '2.21'    );
- define ( 'DB_UPDATE_VERSION',      1081      );
+ define ( 'DB_UPDATE_VERSION',      1084      );
  
  define ( 'EOL',                    "<br />\r\n"     );
  define ( 'ATOM_TIME',              'Y-m-d\TH:i:s\Z' );
Simple merge
diff --cc mod/network.php
Simple merge