aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-24 21:23:20 -0700
committerfriendica <info@friendica.com>2013-07-24 21:23:20 -0700
commitc975e51e8a7fd0870a394371c3463fe8665056d2 (patch)
tree72fe9c3a3858f219ac8aeeaf645f9f8c8d715623 /boot.php
parent9feeb218d06ec1fce0fbc38c4df8b7b87ef493c2 (diff)
downloadvolse-hubzilla-c975e51e8a7fd0870a394371c3463fe8665056d2.tar.gz
volse-hubzilla-c975e51e8a7fd0870a394371c3463fe8665056d2.tar.bz2
volse-hubzilla-c975e51e8a7fd0870a394371c3463fe8665056d2.zip
add chandesc field to profiles to provide some arbitrary text in the directory - such as to inform people what this channel is about before they connect. This will work best with a "channel detail" popup in the directory to provide more info than is available in the micro-profiles (when hovered, or clicked or something). And of course, the first thing is to enable this data to be stored in the directory.
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 8f2f7af6e..e6de1b5cb 100755
--- a/boot.php
+++ b/boot.php
@@ -43,7 +43,7 @@ require_once('include/taxonomy.php');
define ( 'RED_PLATFORM', 'Red Matrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1053 );
+define ( 'DB_UPDATE_VERSION', 1054 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );