1
0
Fork 0

plugin: orphaned hooks weren't deleted.

update: fixing update job for tags.
This commit is contained in:
Michael Vogel 2013-02-17 18:05:30 +01:00
commit 7e154d5e4c
3 changed files with 12 additions and 3 deletions

View file

@ -14,7 +14,7 @@ require_once('include/features.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '3.1.1612' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1161 );
define ( 'DB_UPDATE_VERSION', 1162 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );