@@ -217,7 +217,7 @@ |
||
| 217 | 217 | $father = $family->getHusband(); |
| 218 | 218 | $mother = $family->getWife(); |
| 219 | 219 | $html .= $this->getHTML($father) . |
| 220 | - $this->getHTML($mother); |
|
| 220 | + $this->getHTML($mother); |
|
| 221 | 221 | |
| 222 | 222 | // Can only have a step parent if one & only one parent found at this point |
| 223 | 223 | if ($father instanceof Individual xor $mother instanceof Individual) { |
@@ -199,7 +199,7 @@ |
||
| 199 | 199 | '<a class="sb_desc_indi" href="#"><i class="plusminus icon-minus"></i>' . $spouse_name . $marr . '</a>' . |
| 200 | 200 | $spouse_link . |
| 201 | 201 | '<a href="' . $family->getHtmlUrl() . '" class="icon-button_family"></a>' . |
| 202 | - '<div>' . $this->loadChildren($family, $generations) . '</div>' . |
|
| 202 | + '<div>' . $this->loadChildren($family, $generations) . '</div>' . |
|
| 203 | 203 | '</li>'; |
| 204 | 204 | } |
| 205 | 205 | |
@@ -759,7 +759,7 @@ |
||
| 759 | 759 | new JewishDate($jd), |
| 760 | 760 | new HijriDate($jd), |
| 761 | 761 | new JalaliDate($jd), |
| 762 | - ) as $anniv) { |
|
| 762 | + ) as $anniv) { |
|
| 763 | 763 | // Build a SQL where clause to match anniversaries in the appropriate calendar. |
| 764 | 764 | $ind_sql = |
| 765 | 765 | "SELECT DISTINCT i_id AS xref, i_gedcom AS gedcom, d_type, d_day, d_month, d_year, d_fact" . |
@@ -263,7 +263,7 @@ |
||
| 263 | 263 | ); |
| 264 | 264 | |
| 265 | 265 | if (is_array($tmp)) { |
| 266 | - return $tmp[$variable] ?: array(); |
|
| 266 | + return $tmp[$variable] ?: array(); |
|
| 267 | 267 | } |
| 268 | 268 | } |
| 269 | 269 | } |
@@ -1156,7 +1156,7 @@ |
||
| 1156 | 1156 | |
| 1157 | 1157 | $sublevel = 1; |
| 1158 | 1158 | if ($gedcom) { |
| 1159 | - $sublevel += (int) $gedcom[0]; |
|
| 1159 | + $sublevel += (int) $gedcom[0]; |
|
| 1160 | 1160 | } |
| 1161 | 1161 | $NPFX = preg_match("/\n{$sublevel} NPFX (.+)/", $gedcom, $match) ? $match[1] : ''; |
| 1162 | 1162 | $GIVN = preg_match("/\n{$sublevel} GIVN (.+)/", $gedcom, $match) ? $match[1] : ''; |