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
304d2868
Commit
304d2868
authored
Jun 14, 2001
by
Steven Wittens
Browse files
- Replaced um...flashy... nodelisting colors with something a bit more neutral.
parent
db92d73b
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/node.module
View file @
304d2868
...
...
@@ -63,7 +63,7 @@ function node_cron() {
function
node_overview
(
$query
)
{
global
$user
;
$color
=
array
(
"#ff
dc9b
"
,
"#
dedec4
"
);
$color
=
array
(
"#ff
ffff
"
,
"#
e5e5e5
"
);
$query
=
node_query
(
$query
?
$query
:
0
);
$result
=
db_query
(
"SELECT n.*, u.userid FROM node n LEFT JOIN users u ON n.author = u.id
$query[1]
LIMIT 50"
);
...
...
modules/node/node.module
View file @
304d2868
...
...
@@ -63,7 +63,7 @@ function node_cron() {
function
node_overview
(
$query
)
{
global
$user
;
$color
=
array
(
"#ff
dc9b
"
,
"#
dedec4
"
);
$color
=
array
(
"#ff
ffff
"
,
"#
e5e5e5
"
);
$query
=
node_query
(
$query
?
$query
:
0
);
$result
=
db_query
(
"SELECT n.*, u.userid FROM node n LEFT JOIN users u ON n.author = u.id
$query[1]
LIMIT 50"
);
...
...
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