]> _ Git - cubeextranet.git/commitdiff
#fluidbook-apps : regenerate ios icon at each update of the app files
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 12 Jan 2016 18:41:59 +0000 (18:41 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 12 Jan 2016 18:41:59 +0000 (18:41 +0000)
update ios icon sizes to handle new ipad pro sizes

inc/config.inc.php
inc/extranet/Metier/class.extranet.client.php
inc/ws/Util/class.ws.svn.php

index e75a9f73e941cbb7c21da6ea78ec0080e6a064f4..6da0ea772b68e6c59ffe165e5dc63cbd2b026c11 100644 (file)
@@ -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
index 9753c4349fa61d94496f61aa6a7439508c817c93..df767081f33239a12afeae0641a0f8376874c02c 100644 (file)
@@ -1,8 +1,7 @@
 <?php\r
+\r
 class commonClient extends commonUtilisateur {\r
        // Attributs composés\r
        protected $adresse_facturation;\r
        protected $tva_intra;\r
-}\r
-\r
-?>
\ No newline at end of file
+}
\ No newline at end of file
index 8d0fb1b02ad677ab3e76bca2b43c3e5362155d59..8073e3211e5ba8a16b0996745f0a192adc28b0c9 100644 (file)
@@ -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