diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-01-29 18:02:50 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-01-29 18:02:50 +0000 |
| commit | 240af8d9b05ffb37807cce49afd79f97c40a393e (patch) | |
| tree | e006188cfb47cebe32d44b65e98444c05547a34a | |
| parent | bee85d30bb04ccdb0258145d097db4ba51886f22 (diff) | |
| download | webtrees-240af8d9b05ffb37807cce49afd79f97c40a393e.tar.gz webtrees-240af8d9b05ffb37807cce49afd79f97c40a393e.tar.bz2 webtrees-240af8d9b05ffb37807cce49afd79f97c40a393e.zip | |
Search from families sidebar gives PHP error
| -rw-r--r-- | modules_v3/families/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/families/module.php b/modules_v3/families/module.php index 5b65ca66b0..bf2f0e8e23 100644 --- a/modules_v3/families/module.php +++ b/modules_v3/families/module.php @@ -222,7 +222,7 @@ class families_WT_Module extends WT_Module implements WT_Module_Sidebar { $ids[] = $row->xref; } - $vars=array('FAM'); + $vars=array(); if (empty($ids)) { //-- no match : search for FAM id $where = "f_id LIKE ?"; |
