Preparations for a new tag structure. Tags are now stored in a dedicated table.

This commit is contained in:
Michael Vogel
2013-01-11 01:20:16 +01:00
parent 82820d8e95
commit 61c78711df
8 changed files with 214 additions and 77 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ require_once('include/features.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '3.1.1572' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1157 );
define ( 'DB_UPDATE_VERSION', 1158 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );