fix any update issues that may arise from update 1081
This commit is contained in:
parent
f48a758a1e
commit
e3dbb63393
2 changed files with 10 additions and 2 deletions
2
boot.php
2
boot.php
|
@ -9,7 +9,7 @@ require_once("include/pgettext.php");
|
|||
|
||||
define ( 'FRIENDIKA_VERSION', '2.2.1084' );
|
||||
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
|
||||
define ( 'DB_UPDATE_VERSION', 1082 );
|
||||
define ( 'DB_UPDATE_VERSION', 1083 );
|
||||
|
||||
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