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
Andrew Buddenberg
gcis-py-client
Commits
0cebd59b
Commit
0cebd59b
authored
Jul 10, 2015
by
abuddenberg
Browse files
Renamed formsrv module to reflect reality
parent
2a4c78e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
drupal/formsrv/formsrv.info
→
drupal/formsrv/formsrv
_2
.info
View file @
0cebd59b
File moved
drupal/formsrv/formsrv.module
→
drupal/formsrv/formsrv
_2
.module
View file @
0cebd59b
...
...
@@ -85,6 +85,7 @@ function formsrv_2_figure_metadata_json($image_nid_query = ''){
n.nid,
ci.field_metadata_t1_value as t1,
ci.field_metadata_t2_value as t2,
ci.field_cr_permission_status_value as copyright,
f.filepath
FROM {node} n
JOIN {content_type_chapter_image} ci ON n.nid = ci.nid AND n.vid = ci.vid
...
...
@@ -98,6 +99,7 @@ END;
while
(
$row
=
$result
->
fetch_assoc
()){
$list
[]
=
array
(
'nid'
=>
$row
[
'nid'
],
'copyright'
=>
$row
[
'copyright'
],
't1'
=>
json_decode
(
$row
[
't1'
]),
't2'
=>
json_decode
(
$row
[
't2'
]),
'filepath'
=>
$row
[
'filepath'
]
...
...
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