Skip to content
Snippets Groups Projects
Commit 78494a47 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #98261 by lyricnz: fixed warning.

parent bd2527a4
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ function drupal_load_updates() {
* FALSE.
*/
function drupal_get_schema_versions($module) {
$updates = array();
$functions = get_defined_functions();
foreach ($functions['user'] as $function) {
if (strpos($function, $module .'_update_') === 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment