Skip to content

Commit

Permalink
Fix bad syntax on fog.schema.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
mastacontrola committed Dec 30, 2016
1 parent c90f023 commit 4f6c0a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/web/lib/fog/system.class.php
Expand Up @@ -53,9 +53,9 @@ private static function _versionCompare()
public function __construct()
{
self::_versionCompare();
define('FOG_VERSION', '15');
define('FOG_VERSION', '99');
define('FOG_SCHEMA', 244);
define('FOG_BCACHE_VER', 110);
define('FOG_BCACHE_VER', 111);
define('FOG_SVN_REVISION', 6052);
define('FOG_CLIENT_VERSION', '0.11.7');
}
Expand Down
1 change: 1 addition & 0 deletions packages/web/management/js/fog/fog.schema.js
Expand Up @@ -20,5 +20,6 @@ function runDBCheck() {
},
complete: function() {
setTimeout(runDBCheck, 1000 - ((new Date().getTime() - startTime) % 1000));
}
});
}
2 changes: 1 addition & 1 deletion packages/web/management/languages/messages.pot
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-29 20:31-0500\n"
"POT-Creation-Date: 2016-12-30 09:53-0500\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"
Expand Down

0 comments on commit 4f6c0a3

Please sign in to comment.