update ios icon sizes to handle new ipad pro sizes
define('MINIMIZE_JS', false);
define('JOURNEE', 8);
-define('TAUX_JOURNALIER', 500);
+define('TAUX_JOURNALIER', 550);
define('AVAILABLE_LANGS', 'fr,en');
// Zend
<?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
*/
class wsSVN {
- public static function updateToLastRevision($onlyCore=true) {
+ public static function updateToLastRevision($onlyCore = true) {
$svn = new cubeCommandLine('svn');
$svn->setPath(CONVERTER_PATH);
if ($onlyCore) {
}
$svn->execute();
}
-
-}
-
-?>
+}
\ No newline at end of file