summaryrefslogtreecommitdiff
path: root/library/WT/Date/Roman.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/WT/Date/Roman.php')
-rw-r--r--library/WT/Date/Roman.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/WT/Date/Roman.php b/library/WT/Date/Roman.php
index 586bd92afb..b1a760781b 100644
--- a/library/WT/Date/Roman.php
+++ b/library/WT/Date/Roman.php
@@ -37,11 +37,11 @@ if (!defined('WT_WEBTREES')) {
class WT_Date_Roman extends WT_Date_Calendar {
const CALENDAR_ESCAPE = '@#DROMAN@';
- function FormatGedcomYear() {
+ protected function FormatGedcomYear() {
return sprintf('%04dAUC',$this->y);
}
- function FormatLongYear() {
+ protected function FormatLongYear() {
return $this->y.'AUC';
}
}