drupal_static_reset($name = NULL)Reset one or all centrally stored static variable(s).
$name Name of the static variable to reset. Omit to reset all variables.
includes/bootstrap.inc, line 2620
<?php
function drupal_static_reset($name = NULL) {
drupal_static($name, NULL, TRUE);
}
?> | This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License | ![]() |
The current recommended MediaMosa version is 3.2.2. Release notes are available in MediaMosa Trac.
