X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=28467006da4c03f538511a33cb0bf688eb3559d9;hb=5ec4a4e6deb5d28cbfab54093f8b4180912738d4;hp=050cf10ce817615599c43d378b8e81eaa94a45c1;hpb=bdd71b10bef1aa03961fb9c0e2b95c36e9acb096;p=friendica.git diff --git a/boot.php b/boot.php index 050cf10ce8..28467006da 100644 --- a/boot.php +++ b/boot.php @@ -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.1075' ); +define ( 'FRIENDIKA_VERSION', '2.2.1083' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); -define ( 'DB_UPDATE_VERSION', 1080 ); +define ( 'DB_UPDATE_VERSION', 1082 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); @@ -939,10 +940,10 @@ function profile_sidebar($profile, $block = 0) { -
+
Searchable
-$searchable +$searchable
@@ -1169,3 +1170,4 @@ function load_contact_links($uid) { $a->contacts = $ret; return; }} +