Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2012-09-05 11:03:47 +02:00
commit 864112997e

View File

@ -204,10 +204,6 @@ class PMA_sysinfoSunos
$mem['SwapUsed'] = $this->_kstat('unix:0:vminfo:swap_alloc') / 1024;
$mem['SwapFree'] = $this->_kstat('unix:0:vminfo:swap_free') / 1024;
foreach ($mem as $idx => $value) {
$mem[$idx] = intval($value);
}
return $mem;
}
}