From 240af8d9b05ffb37807cce49afd79f97c40a393e Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Wed, 29 Jan 2014 18:02:50 +0000 Subject: Search from families sidebar gives PHP error --- modules_v3/families/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ?"; -- cgit v1.3