DB - allow private messages to expire

This commit is contained in:
friendica
2013-11-06 17:27:51 -08:00
parent 310ccfda99
commit 8b9633e46b
5 changed files with 32 additions and 23 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
define ( 'DB_UPDATE_VERSION', 1080 );
define ( 'DB_UPDATE_VERSION', 1081 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );