diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-09-10 17:07:52 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-09-10 17:07:52 +0000 |
| commit | ab269b81adfc2a647f15d2308eebd0f6b33fe8cb (patch) | |
| tree | 50a4b90125e13a4a95b26362d7d01d91e1208e19 /modules_v3/individuals/module.php | |
| parent | bd6f2f2a135e0c3b8b7c11b7dfb3f7ff563e653f (diff) | |
| download | webtrees-ab269b81adfc2a647f15d2308eebd0f6b33fe8cb.tar.gz webtrees-ab269b81adfc2a647f15d2308eebd0f6b33fe8cb.tar.bz2 webtrees-ab269b81adfc2a647f15d2308eebd0f6b33fe8cb.zip | |
#822603 - Death flag set wrongly
Diffstat (limited to 'modules_v3/individuals/module.php')
| -rw-r--r-- | modules_v3/individuals/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/individuals/module.php b/modules_v3/individuals/module.php index f8fc1c7c93..651963abff 100644 --- a/modules_v3/individuals/module.php +++ b/modules_v3/individuals/module.php @@ -218,7 +218,7 @@ class individuals_WT_Module extends WT_Module implements WT_Module_Sidebar { } $rows= WT_DB::prepare( - "SELECT ? AS type, i_id AS xref, i_file AS ged_id, i_gedcom AS gedrec, i_isdead, i_sex". + "SELECT ? AS type, i_id AS xref, i_file AS ged_id, i_gedcom AS gedrec, i_sex". " FROM `##individuals`, `##name`". " WHERE (i_id LIKE ? OR n_sort LIKE ?)". " AND i_id=n_id AND i_file=n_file AND i_file=?". |
