put keywords back in xprof - too messy to search and join from a separate table

This commit is contained in:
friendica
2012-12-27 00:57:47 -08:00
parent 196375251d
commit efdcf7ad16
3 changed files with 12 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ require_once('include/features.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica Red');
define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
define ( 'DB_UPDATE_VERSION', 1009 );
define ( 'DB_UPDATE_VERSION', 1010 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );