Skip to content
This repository has been archived by the owner on May 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #48 from Portugao/myfix-for1.6')
Browse files Browse the repository at this point in the history
Fixed #47 - Current date set if no date saved.
  • Loading branch information
craigh committed Feb 2, 2015
2 parents d8797ba + 303ab40 commit c8c8550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/Profile/lib/Profile/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function getMetaData()

'url' => $this->__('profile'),

'version' => '1.6.1',
'version' => '1.6.2',
'core_min' => '1.3.0', // Fixed to 1.3.x range
'core_max' => '1.3.99', // Fixed to 1.3.x range

Expand Down
2 changes: 1 addition & 1 deletion src/modules/Profile/templates/profile_dudedit_date.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<span class="z-formnote">
{gt text='%Y-%m-%d' domain='zikula' comment='This is from the core domain' assign='duddateformat'}
<input class="profile_dateinput {if $required}required{/if} {if $error}z-form-error{/if}" id="prop_{$attributename}" name="dynadata[{$attributename}]" value="{dateformat datetime=$timestamp|default:'-' format=$duddateformat}" size="30" />
<input class="profile_dateinput {if $required}required{/if} {if $error}z-form-error{/if}" id="prop_{$attributename}" name="dynadata[{$attributename}]" value="{dateformat datetime=$timestamp format=$duddateformat}" size="30" />
{calendarinput objectname='' htmlname="prop_$attributename" dateformat=$dudformat ifformat='%Y-%m-%d' defaultdate=$value}
</span>

Expand Down

0 comments on commit c8c8550

Please sign in to comment.