Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
dac1e339
Commit
dac1e339
authored
Sep 01, 2006
by
Steven Wittens
Browse files
Pretty up the status report code
parent
883e5631
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/system/system.install
View file @
dac1e339
...
...
@@ -12,7 +12,7 @@
function
system_requirements
(
$phase
)
{
$requirements
=
array
();
// Ensure translations don't break at install time
$t
=
function_exists
(
't'
)
?
't'
:
'st'
;
$t
=
get_t
()
;
// Report Drupal version
if
(
$phase
==
'runtime'
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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