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
forena
Commits
4cab94ce
Commit
4cab94ce
authored
Sep 22, 2014
by
Pierre.Vriens
Committed by
David Metzler
Sep 22, 2014
Browse files
#212477
Add missing comma in user logs
parent
070bd56d
Changes
1
Hide whitespace changes
Inline
Side-by-side
repos/drupal/user_logs.sql
View file @
4cab94ce
--ACCESS=access administration pages
SELECT
u
.
uid
,
u
.
name
,
timestamp
,
message
,
location
,
type
,
severity
,
wid
SELECT
u
.
uid
,
u
.
name
,
timestamp
,
message
,
location
,
type
,
severity
,
wid
,
variables
FROM
{
watchdog
}
w
JOIN
{
users
}
u
on
u
.
uid
=
w
.
uid
WHERE
u
.
name
=
:
name
ORDER
BY
timestamp
desc
...
...
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