diff options
author | Friendika <info@friendika.com> | 2011-06-30 19:02:11 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-30 19:02:11 -0700 |
commit | cdddfca0b5971d2437eee09ad6985f3df5ae5bfd (patch) | |
tree | d8caf30b951159cce76c041a20352138621fc446 /boot.php | |
parent | 9aeccaaa9ef7f3569149bb7c9aae56e7f8b5f514 (diff) | |
download | volse-hubzilla-cdddfca0b5971d2437eee09ad6985f3df5ae5bfd.tar.gz volse-hubzilla-cdddfca0b5971d2437eee09ad6985f3df5ae5bfd.tar.bz2 volse-hubzilla-cdddfca0b5971d2437eee09ad6985f3df5ae5bfd.zip |
photos were not working in private mail
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ ini_set('pcre.backtrack_limit', 250000); define ( 'FRIENDIKA_VERSION', '2.2.1027' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); -define ( 'DB_UPDATE_VERSION', 1070 ); +define ( 'DB_UPDATE_VERSION', 1071 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |