You are here

function example_referer_uri in Coder 7.2

Same name and namespace in other branches
  1. 7 coder_upgrade/tests/old/samples/example.module \example_referer_uri()

File

coder_upgrade/tests/old/samples/example.module, line 2634

Code

function example_referer_uri() {

  // referer_uri() -- Change the next line but leave this alone
  if (is_array(referer_uri())) {
  }
  $y = referer_uri();
}