diff options
author | friendica <info@friendica.com> | 2012-03-30 15:10:50 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-30 15:10:50 -0700 |
commit | cfdfcb37cbed8354e9f6c025a6e9ccadafc2d625 (patch) | |
tree | b143e223f2ffc2225fc95b42acc6e1997acbd764 /boot.php | |
parent | 5b4bb347a65b21c4119e22ef116b8b0aed626065 (diff) | |
download | volse-hubzilla-cfdfcb37cbed8354e9f6c025a6e9ccadafc2d625.tar.gz volse-hubzilla-cfdfcb37cbed8354e9f6c025a6e9ccadafc2d625.tar.bz2 volse-hubzilla-cfdfcb37cbed8354e9f6c025a6e9ccadafc2d625.zip |
don't delete contact from a friend request if friendship was already established
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '2.3.1296' ); +define ( 'FRIENDICA_VERSION', '2.3.1297' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1133 ); |