Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
4a3b9fc8
Commit
4a3b9fc8
authored
Dec 02, 2005
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#39594
by m3avrck: removed comma from date.
parent
0dad5d9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
modules/system.module
modules/system.module
+2
-2
modules/system/system.module
modules/system/system.module
+2
-2
No files found.
modules/system.module
View file @
4a3b9fc8
...
...
@@ -387,9 +387,9 @@ function system_view_general() {
$datemedium
=
array
(
'D, Y-m-d H:i'
,
'D, m/d/Y - H:i'
,
'D, d/m/Y - H:i'
,
'D, Y/m/d - H:i'
,
'F j, Y - H:i'
,
'j F, Y - H:i'
,
'Y, F j - H:i'
,
'D, m/d/Y - g:ia'
,
'D, d/m/Y - g:ia'
,
'D, Y/m/d - g:ia'
,
'F j, Y - g:ia'
,
'j F
,
Y - g:ia'
,
'Y, F j - g:ia'
);
'F j, Y - g:ia'
,
'j F Y - g:ia'
,
'Y, F j - g:ia'
);
$datelong
=
array
(
'l, F j, Y - H:i'
,
'l, j F, Y - H:i'
,
'l, Y, F j - H:i'
,
'l, F j, Y - g:ia'
,
'l, j F
,
Y - g:ia'
,
'l, Y, F j - g:ia'
);
'l, F j, Y - g:ia'
,
'l, j F Y - g:ia'
,
'l, Y, F j - g:ia'
);
// Date settings: construct choices for user
foreach
(
$dateshort
as
$f
)
{
...
...
modules/system/system.module
View file @
4a3b9fc8
...
...
@@ -387,9 +387,9 @@ function system_view_general() {
$datemedium
=
array
(
'D, Y-m-d H:i'
,
'D, m/d/Y - H:i'
,
'D, d/m/Y - H:i'
,
'D, Y/m/d - H:i'
,
'F j, Y - H:i'
,
'j F, Y - H:i'
,
'Y, F j - H:i'
,
'D, m/d/Y - g:ia'
,
'D, d/m/Y - g:ia'
,
'D, Y/m/d - g:ia'
,
'F j, Y - g:ia'
,
'j F
,
Y - g:ia'
,
'Y, F j - g:ia'
);
'F j, Y - g:ia'
,
'j F Y - g:ia'
,
'Y, F j - g:ia'
);
$datelong
=
array
(
'l, F j, Y - H:i'
,
'l, j F, Y - H:i'
,
'l, Y, F j - H:i'
,
'l, F j, Y - g:ia'
,
'l, j F
,
Y - g:ia'
,
'l, Y, F j - g:ia'
);
'l, F j, Y - g:ia'
,
'l, j F Y - g:ia'
,
'l, Y, F j - g:ia'
);
// Date settings: construct choices for user
foreach
(
$dateshort
as
$f
)
{
...
...
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