]> git.mxchange.org Git - friendica.git/commitdiff
Merge remote-tracking branch 'friendika/master' into newui
authorfabrixxm <fabrix.xm@gmail.com>
Thu, 8 Sep 2011 18:15:27 +0000 (20:15 +0200)
committerfabrixxm <fabrix.xm@gmail.com>
Thu, 8 Sep 2011 18:15:27 +0000 (20:15 +0200)
1  2 
boot.php
include/template_processor.php
mod/network.php

diff --cc boot.php
index 10195c2bac60dd544aa21251da43662de8b53e6b,5563901fb79f338e2628bcdf4938e0009e3ddda9..f98e530442bebb964244e7a7478ca37496ffecfd
+++ b/boot.php
@@@ -5,10 -5,9 +5,10 @@@ 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.1093' );
+ define ( 'FRIENDIKA_VERSION',      '2.2.1096' );
  define ( 'DFRN_PROTOCOL_VERSION',  '2.21'    );
  define ( 'DB_UPDATE_VERSION',      1087      );
  
Simple merge
diff --cc mod/network.php
Simple merge