dummy update
This commit is contained in:
parent
f2104b0a5a
commit
3dc066a143
2
boot.php
2
boot.php
@ -49,7 +49,7 @@ define ( 'PLATFORM_NAME', 'redmatrix' );
|
|||||||
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
|
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
|
||||||
define ( 'ZOT_REVISION', 1 );
|
define ( 'ZOT_REVISION', 1 );
|
||||||
|
|
||||||
define ( 'DB_UPDATE_VERSION', 1152 );
|
define ( 'DB_UPDATE_VERSION', 1153 );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Constant with a HTML line break.
|
* @brief Constant with a HTML line break.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
define( 'UPDATE_VERSION' , 1152 );
|
define( 'UPDATE_VERSION' , 1153 );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
@ -1754,3 +1754,7 @@ function update_r1151() {
|
|||||||
return UPDATE_SUCCESS;
|
return UPDATE_SUCCESS;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function update_r1152() {
|
||||||
|
return UPDATE_SUCCESS;
|
||||||
|
}
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 2015-09-11.1152\n"
|
"Project-Id-Version: 2015-09-18.1159\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2015-09-11 00:05-0700\n"
|
"POT-Creation-Date: 2015-09-18 00:04-0700\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -3110,15 +3110,15 @@ msgstr ""
|
|||||||
msgid "Connection not found."
|
msgid "Connection not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/zot.php:675
|
#: ../../include/zot.php:677
|
||||||
msgid "Invalid data packet"
|
msgid "Invalid data packet"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/zot.php:691
|
#: ../../include/zot.php:693
|
||||||
msgid "Unable to verify channel signature"
|
msgid "Unable to verify channel signature"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/zot.php:2142
|
#: ../../include/zot.php:2161
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Unable to verify site signature for %s"
|
msgid "Unable to verify site signature for %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1 +1 @@
|
|||||||
2015-09-16.1157
|
2015-09-18.1159
|
||||||
|
Reference in New Issue
Block a user