From 7a2ad247cb71acb723bd57bb7f64517ea1b7a2ad Mon Sep 17 00:00:00 2001 From: fisharebest Date: Thu, 25 Jul 2013 20:47:27 +0000 Subject: #1204815 - Events of Close relatives - Christening event error --- includes/functions/functions_print_facts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions/functions_print_facts.php b/includes/functions/functions_print_facts.php index f6087251fa..a961af298b 100644 --- a/includes/functions/functions_print_facts.php +++ b/includes/functions/functions_print_facts.php @@ -91,7 +91,7 @@ function print_fact(WT_Fact $fact, WT_GedcomRecord $record) { } // Event of close relative - if (preg_match('/^_[A-Z_]{4,5}_[A-Z0-9]{4}$/', $fact->getTag())) { + if (preg_match('/^_[A-Z_]{3,5}_[A-Z0-9]{4}$/', $fact->getTag())) { $styleadd = trim($styleadd . ' rela'); } -- cgit v1.3