Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Site
lqdn_timeline
Commits
59b0c88e
Commit
59b0c88e
authored
Jun 10, 2015
by
Mindiell
Browse files
Added documentation
parent
affea57b
Changes
1
Hide whitespace changes
Inline
Side-by-side
lqdn_timeline.module
View file @
59b0c88e
...
...
@@ -38,6 +38,10 @@ function lqdn_dossiers_block_view($delta = '') {
return
$block
;
}
/*
* Retrieve block content based on a "dossier".
*
*/
function
_lqdn_timeline_block
(
$_dossier
)
{
$events
=
array
();
$result
=
db_query
(
"SELECT * FROM
{
lqdn_timeline
}
WHERE `did`=:did and `language`=:lang"
,
...
...
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