Skip to content

Commit

Permalink
Fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 22, 2019
1 parent 2a1262e commit c1df84a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions htdocs/theme/eldy/global.inc.php
Expand Up @@ -1859,10 +1859,6 @@
}
div.login_block_user {
display: inline-block;
/*<?php if (empty($conf->global->THEME_TOPMENU_DISABLE_IMAGE)) { ?>
min-width: 120px;
<?php } ?>*/

}
div.login_block_other {
display: inline-block;
Expand Down Expand Up @@ -5746,5 +5742,5 @@
}
}


<?php include dol_buildpath($path.'/theme/'.$theme.'/dropdown.css.php', 0); ?>
<?php
include dol_buildpath($path.'/theme/'.$theme.'/dropdown.css.php', 0);
2 changes: 1 addition & 1 deletion htdocs/user/class/usergroup.class.php
Expand Up @@ -77,7 +77,7 @@ class UserGroup extends CommonObject
*
* @var integer
*/
public $datec;
public $datec;

/**
* Date modification record (tms)
Expand Down

0 comments on commit c1df84a

Please sign in to comment.