Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
78494a47
Commit
78494a47
authored
Nov 21, 2006
by
Dries Buytaert
Browse files
- Patch
#98261
by lyricnz: fixed warning.
parent
bd2527a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/install.inc
View file @
78494a47
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment