mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	Fix issues flagged by scrutinizer
This commit is contained in:
		| @@ -22,18 +22,6 @@ $columns = array( | ||||
|     'last_modified', | ||||
| ); | ||||
|  | ||||
| function search_phrase_column($c) | ||||
| { | ||||
|     global $searchPhrase; | ||||
|     return "$c LIKE '%$searchPhrase%'"; | ||||
| } | ||||
|  | ||||
| function quote_sql_word($c) | ||||
| { | ||||
|     return "`$c`"; | ||||
| } | ||||
|  | ||||
|  | ||||
| $params = array( | ||||
|     $_POST['device_id'], | ||||
| ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user