function example_remove_drupal_urlencode in Coder 7
Same name and namespace in other branches
- 7.2 coder_upgrade/tests/old/samples/example.module \example_remove_drupal_urlencode()
File
- coder_upgrade/
tests/ old/ samples/ example.module, line 260
Code
function example_remove_drupal_urlencode() {
// drupal_urlencode() -- Change the next line but leave this alone
$string = drupal_urlencode('test');
}