| 1 drupal.inc | drupal_path_initialize() | 
Initialize the $_GET['q'] variable to the proper normal path.
Deprecated
since 1.0.0
See also
Related topics
File
- core/includes/ drupal.inc, line 2140 
- Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_path_initialize() {
  watchdog_deprecated_function('drupal', __FUNCTION__);
  backdrop_path_initialize();
}
