dummy update

This commit is contained in:
redmatrix 2015-09-18 22:43:35 -07:00
parent f2104b0a5a
commit 3dc066a143
4 changed files with 12 additions and 8 deletions

View File

@ -49,7 +49,7 @@ define ( 'PLATFORM_NAME', 'redmatrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
define ( 'DB_UPDATE_VERSION', 1152 );
define ( 'DB_UPDATE_VERSION', 1153 );
/**
* @brief Constant with a HTML line break.

View File

@ -1,6 +1,6 @@
<?php
define( 'UPDATE_VERSION' , 1152 );
define( 'UPDATE_VERSION' , 1153 );
/**
*
@ -1754,3 +1754,7 @@ function update_r1151() {
return UPDATE_SUCCESS;
}
function update_r1152() {
return UPDATE_SUCCESS;
}

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: 2015-09-11.1152\n"
"Project-Id-Version: 2015-09-18.1159\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"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -3110,15 +3110,15 @@ msgstr ""
msgid "Connection not found."
msgstr ""
#: ../../include/zot.php:675
#: ../../include/zot.php:677
msgid "Invalid data packet"
msgstr ""
#: ../../include/zot.php:691
#: ../../include/zot.php:693
msgid "Unable to verify channel signature"
msgstr ""
#: ../../include/zot.php:2142
#: ../../include/zot.php:2161
#, php-format
msgid "Unable to verify site signature for %s"
msgstr ""

View File

@ -1 +1 @@
2015-09-16.1157
2015-09-18.1159