thomascube
2007-09-24 5a6efffd36c00783adde326105e1158cee2e5277
Removed comments; codestyle

3 files modified
14 ■■■■ changed files
program/include/rcube_shared.inc 8 ●●●● patch | view | raw | blame | history
skins/default/common.css patch | view | raw | blame | history
skins/default/mail.css 6 ●●●●● patch | view | raw | blame | history
program/include/rcube_shared.inc
@@ -533,8 +533,7 @@
  {
  if (function_exists('getallheaders'))
    {
    $hdrs = getallheaders();
    $hdrs = array_change_key_case($hdrs, CASE_UPPER);
    $hdrs = array_change_key_case(getallheaders(), CASE_UPPER);
    $key  = strtoupper($name);
    }
  else
@@ -542,11 +541,8 @@
    $key  = 'HTTP_' . strtoupper(strtr($name, '-', '_'));
    $hdrs = array_change_key_case($_SERVER, CASE_UPPER);
    }
  if (isset($hdrs[$key]))
    {
    return $hdrs[$key];
    }
  return null;
  }
skins/default/common.css
skins/default/mail.css
@@ -187,12 +187,6 @@
#mailboxlist-header
{
/*
  position: absolute;
  top: 85px;
  left: 20px;
  width: 140px !important;
*/
  display: block;
  height: 12px;
  padding: 3px 10px 4px 10px;