fix dynamically-created code
darcs-hash:20080602180108-84dde-c499dd9734e87081a3d7124c5b6ef885dc346670.gz
This commit is contained in:
		@@ -63,7 +63,7 @@ function omb_hmac_sha1() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
function omb_service_filter($type) {
 | 
					function omb_service_filter($type) {
 | 
				
			||||||
	return create_function('$s', 
 | 
						return create_function('$s', 
 | 
				
			||||||
						   'return omb_match_service($s, \''.$type.'\'');
 | 
											   'return omb_match_service($s, \''.$type.'\');');
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
function omb_match_service($service, $type) {
 | 
					function omb_match_service($service, $type) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user