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
mahara
mahara
Commits
4476dddf
Commit
4476dddf
authored
Oct 23, 2014
by
Aaron Wells
Committed by
Robert Lyon
Nov 06, 2014
Browse files
Hide the minor version in RSS feeds
Bug 1384481 Change-Id: If8e9fb096b73e71438ad57e036e46aebfbf472e7
parent
198f21ad
Changes
2
Show whitespace changes
Inline
Side-by-side
htdocs/artefact/blog/atom.php
View file @
4476dddf
...
@@ -121,8 +121,8 @@ else {
...
@@ -121,8 +121,8 @@ else {
}
}
$generator
=
array
(
$generator
=
array
(
'uri'
=>
'http://mahara.org'
,
'uri'
=>
'http
s
://mahara.org'
,
'version'
=>
get_config
(
'
release
'
),
'version'
=>
get_config
(
'
series
'
),
'text'
=>
'Mahara'
,
'text'
=>
'Mahara'
,
);
);
...
...
htdocs/interaction/forum/atom.php
View file @
4476dddf
...
@@ -152,8 +152,8 @@ $image = get_config('wwwroot') . 'theme/raw/static/images/site-logo.png';
...
@@ -152,8 +152,8 @@ $image = get_config('wwwroot') . 'theme/raw/static/images/site-logo.png';
$updated
=
(
$postrecords
)
?
atom_date
(
$postrecords
[
0
]
->
ctime
)
:
''
;
$updated
=
(
$postrecords
)
?
atom_date
(
$postrecords
[
0
]
->
ctime
)
:
''
;
$generator
=
array
(
$generator
=
array
(
'uri'
=>
'http://mahara.org'
,
'uri'
=>
'http
s
://mahara.org'
,
'version'
=>
get_config
(
'
release
'
),
'version'
=>
get_config
(
'
series
'
),
'text'
=>
'Mahara'
,
'text'
=>
'Mahara'
,
);
);
...
...
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