summaryrefslogtreecommitdiff
path: root/help_text.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2014-10-14 18:47:25 +0100
committerGreg Roach <fisharebest@gmail.com>2014-10-14 18:47:25 +0100
commit8b952b45e649b004c9d0cd68b6d867975aed39cd (patch)
tree7d28ef0e6b8386e032192083f474bbdbf7fcb14a /help_text.php
parent52ec88abd94532067c43089866599ae2ed5ec199 (diff)
downloadwebtrees-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.php6
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>'.