diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-10-14 18:47:25 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-10-14 18:47:25 +0100 |
| commit | 8b952b45e649b004c9d0cd68b6d867975aed39cd (patch) | |
| tree | 7d28ef0e6b8386e032192083f474bbdbf7fcb14a /help_text.php | |
| parent | 52ec88abd94532067c43089866599ae2ed5ec199 (diff) | |
| download | webtrees-8b952b45e649b004c9d0cd68b6d867975aed39cd.tar.gz webtrees-8b952b45e649b004c9d0cd68b6d867975aed39cd.tar.bz2 webtrees-8b952b45e649b004c9d0cd68b6d867975aed39cd.zip | |
Invalid parameters in calls to WT_Date::Display()
Diffstat (limited to 'help_text.php')
| -rw-r--r-- | help_text.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/help_text.php b/help_text.php index ea9d3db5a2..9eef50bb24 100644 --- a/help_text.php +++ b/help_text.php @@ -428,9 +428,9 @@ case 'ALLOW_USER_THEMES': break; case 'CALENDAR_FORMAT': - $d1=new WT_Date('22 SEP 1792'); $d1=$d1->Display(false, null, array()); - $d2=new WT_Date('31 DEC 1805'); $d2=$d2->Display(false, null, array()); - $d3=new WT_Date('15 OCT 1582'); $d3=$d3->Display(false, null, array()); + $d1=new WT_Date('22 SEP 1792'); $d1=$d1->Display(); + $d2=new WT_Date('31 DEC 1805'); $d2=$d2->Display(); + $d3=new WT_Date('15 OCT 1582'); $d3=$d3->Display(); $title=WT_I18N::translate('Calendar conversion'); $text= '<p>'. |
