You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...between devel_function_reference() and devel_querylog_explain() in devel.pages.inc:
/** * Page callback: Clears all caches, then redirects to the previous page. */functiondevel_cache_clear() {
drupal_flush_all_caches();
drupal_set_message('Cache cleared.');
drupal_goto();
}
The text was updated successfully, but these errors were encountered:
...between
devel_function_reference()
anddevel_querylog_explain()
indevel.pages.inc
:The text was updated successfully, but these errors were encountered: