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
989f978b
Commit
989f978b
authored
Sep 08, 2006
by
Neil Drumm
Browse files
#82867
by RobRoy. Two variables were not initialized.
parent
75c5ec2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/system/system.module
View file @
989f978b
...
...
@@ -1429,6 +1429,7 @@ function system_status($check = FALSE) {
* Theme status report
*/
function
theme_status_report
(
&
$requirements
)
{
$i
=
0
;
$output
=
'<table class="system-status-report">'
;
foreach
(
$requirements
as
$requirement
)
{
if
(
$requirement
[
'#type'
]
==
''
)
{
...
...
@@ -1727,6 +1728,7 @@ function system_admin_compact_mode() {
* @themeable
*/
function
theme_admin_page
(
$blocks
)
{
$stripe
=
0
;
foreach
(
$blocks
as
$block
)
{
if
(
$block_output
=
theme
(
'admin_block'
,
$block
))
{
if
(
!
$block
[
'position'
])
{
...
...
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