Replace \\\\l with \l on GPRINT lines

This commit is contained in:
Justin Settle
2016-10-25 09:53:35 -04:00
parent 243f9401f7
commit 5355c194a6
20 changed files with 32 additions and 32 deletions

View File

@@ -54,7 +54,7 @@ foreach (dbFetchRows('SELECT * FROM toner where device_id = ?', array($device['d
$rrd_options .= " LINE2:toner$toner_id#".$colour['left'].":'".$descr."'";
$rrd_options .= " GPRINT:toner$toner_id:LAST:'%5.0lf%%'";
$rrd_options .= " GPRINT:toner$toner_id:MIN:'%5.0lf%%'";
$rrd_options .= " GPRINT:toner$toner_id:MAX:%5.0lf%%\\\\l";
$rrd_options .= " GPRINT:toner$toner_id:MAX:%5.0lf%%\l";
$iter++;
}//end foreach