mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	Replace \\\\l with \l on GPRINT lines
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user