Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
b5a4909a
Commit
b5a4909a
authored
Jun 12, 2009
by
Richard Mansfield
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for broken forum post times
parent
0bb4b47a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
htdocs/lib/mahara.php
htdocs/lib/mahara.php
+4
-3
No files found.
htdocs/lib/mahara.php
View file @
b5a4909a
...
...
@@ -302,9 +302,10 @@ function get_string_location($identifier, $section, $variables, $replacefunc='fo
$langconfigstrs
=
array
(
'parentlanguage'
,
'thislanguage'
);
if
(
in_array
(
$identifier
,
$langconfigstrs
)
||
strpos
(
$identifier
,
'strftime'
)
===
0
||
strpos
(
$identifier
,
'strfday'
)
===
0
)
{
if
(
$section
==
'mahara'
&&
(
in_array
(
$identifier
,
$langconfigstrs
)
||
strpos
(
$identifier
,
'strftime'
)
===
0
||
strpos
(
$identifier
,
'strfday'
)
===
0
))
{
$section
=
'langconfig'
;
}
...
...
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