Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
mahara
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
mahara
mahara
Commits
818893cf
Commit
818893cf
authored
Jun 28, 2013
by
Robert Lyon
Committed by
Gerrit Code Review
Jun 28, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Stop empty resume birthdate from auto-filling to Jan 1, 1970"
parents
b7e1c08d
386bb1d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
htdocs/artefact/resume/index.php
htdocs/artefact/resume/index.php
+5
-2
No files found.
htdocs/artefact/resume/index.php
View file @
818893cf
...
...
@@ -69,8 +69,11 @@ $personalinformationform = pieform(array(
'showsTime'
=>
false
,
'ifFormat'
=>
get_string
(
'strfdateofbirth'
,
'langconfig'
)
),
'defaultvalue'
=>
((
!
empty
(
$personalinformation
))
?
$personalinformation
->
get_composite
(
'dateofbirth'
)
+
3600
:
null
),
'defaultvalue'
=>
(
(
!
empty
(
$personalinformation
)
&&
null
!==
$personalinformation
->
get_composite
(
'dateofbirth'
))
?
$personalinformation
->
get_composite
(
'dateofbirth'
)
+
3600
:
null
),
'title'
=>
get_string
(
'dateofbirth'
,
'artefact.resume'
),
'description'
=>
get_string
(
'dateofbirthformatguide'
),
),
...
...
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