diff options
author | friendica <info@friendica.com> | 2013-07-29 17:30:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-29 17:30:46 -0700 |
commit | 7b3c29ebe69726f7d42c9327bebb2ea7251bccb4 (patch) | |
tree | eea014afe0989f657768eaf56cacf0f33a6e88df /boot.php | |
parent | 092ef64ac78d7535788ba03b0d940fa311e0934d (diff) | |
download | volse-hubzilla-7b3c29ebe69726f7d42c9327bebb2ea7251bccb4.tar.gz volse-hubzilla-7b3c29ebe69726f7d42c9327bebb2ea7251bccb4.tar.bz2 volse-hubzilla-7b3c29ebe69726f7d42c9327bebb2ea7251bccb4.zip |
fix bug #84, make imported messages from your clones show up on your wall
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', 1054 ); +define ( 'DB_UPDATE_VERSION', 1055 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |