From: vincent@cubedesigners.com Date: Tue, 12 Jan 2016 18:41:59 +0000 (+0000) Subject: #fluidbook-apps : regenerate ios icon at each update of the app files X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6a5f1a8f29c67de4a648f437dc290f72756df6e7;p=cubeextranet.git #fluidbook-apps : regenerate ios icon at each update of the app files update ios icon sizes to handle new ipad pro sizes --- diff --git a/inc/config.inc.php b/inc/config.inc.php index e75a9f73e..6da0ea772 100644 --- a/inc/config.inc.php +++ b/inc/config.inc.php @@ -52,7 +52,7 @@ define('JS', JS_PATH); define('MINIMIZE_JS', false); define('JOURNEE', 8); -define('TAUX_JOURNALIER', 500); +define('TAUX_JOURNALIER', 550); define('AVAILABLE_LANGS', 'fr,en'); // Zend diff --git a/inc/extranet/Metier/class.extranet.client.php b/inc/extranet/Metier/class.extranet.client.php index 9753c4349..df767081f 100644 --- a/inc/extranet/Metier/class.extranet.client.php +++ b/inc/extranet/Metier/class.extranet.client.php @@ -1,8 +1,7 @@ \ No newline at end of file +} \ No newline at end of file diff --git a/inc/ws/Util/class.ws.svn.php b/inc/ws/Util/class.ws.svn.php index 8d0fb1b02..8073e3211 100644 --- a/inc/ws/Util/class.ws.svn.php +++ b/inc/ws/Util/class.ws.svn.php @@ -12,7 +12,7 @@ */ class wsSVN { - public static function updateToLastRevision($onlyCore=true) { + public static function updateToLastRevision($onlyCore = true) { $svn = new cubeCommandLine('svn'); $svn->setPath(CONVERTER_PATH); if ($onlyCore) { @@ -22,7 +22,4 @@ class wsSVN { } $svn->execute(); } - -} - -?> +} \ No newline at end of file