mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
		
			223 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			223 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | 
 | ||
|  | context workext { | ||
|  | 	ignorepat => 8; | ||
|  | 	ignorepat => 9; | ||
|  | 	793 => { | ||
|  | 		Set(QUERYSTRING=SELECT\ foo\,\ bar\ FROM\ foobar); | ||
|  | 		Verbose(2|${QUERYSTRING}); | ||
|  | 	    query="SELECT foo\, bar FROM foobar" ; | ||
|  |     		Verbose(2|${query}) ; | ||
|  | 	} | ||
|  | } | ||
|  | 
 |