mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
revert change changing mempool/storage format
git-svn-id: http://www.observium.org/svn/observer/trunk@3091 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -39,7 +39,6 @@ foreach ($rrd_list as $rrd)
|
||||
$descr = str_replace(":", "\:", substr(str_pad($rrd['descr'], $descr_len),0,$descr_len)) . " In";
|
||||
}
|
||||
$descr_out = str_replace(":", "\:", substr(str_pad($rrd['descr_out'], $descr_len),0,$descr_len)). " Out";
|
||||
|
||||
$descr = str_replace("'", "", $descr);
|
||||
$descr_out = str_replace("'", "", $descr_out);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user