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
2feb19ab
Commit
2feb19ab
authored
Sep 05, 2003
by
Kjartan
Browse files
- fixing a invaild if that has slipped in.
parent
30c54693
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/common.inc
View file @
2feb19ab
...
...
@@ -1018,7 +1018,7 @@ function field_set($string, $name, $value) {
function
link_page
()
{
global
$custom_links
;
if
(
0
&&
is_array
(
$custom_links
))
{
if
(
is_array
(
$custom_links
))
{
return
$custom_links
;
}
else
{
...
...
Write
Preview
Supports
Markdown
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