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