db support for starred (favorited) items
This commit is contained in:
parent
24836f2966
commit
07dc1c3ca9
3 changed files with 10 additions and 3 deletions
4
boot.php
4
boot.php
|
@ -4,9 +4,9 @@ set_time_limit(0);
|
|||
ini_set('pcre.backtrack_limit', 250000);
|
||||
|
||||
|
||||
define ( 'FRIENDIKA_VERSION', '2.2.1028' );
|
||||
define ( 'FRIENDIKA_VERSION', '2.2.1029' );
|
||||
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
|
||||
define ( 'DB_UPDATE_VERSION', 1072 );
|
||||
define ( 'DB_UPDATE_VERSION', 1073 );
|
||||
|
||||
define ( 'EOL', "<br />\r\n" );
|
||||
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue