diff options
Diffstat (limited to 'famlist.php')
| -rw-r--r-- | famlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/famlist.php b/famlist.php index 077b6b531b..a688951198 100644 --- a/famlist.php +++ b/famlist.php @@ -30,7 +30,7 @@ define('WT_SCRIPT_NAME', 'famlist.php'); require './includes/session.php'; require_once WT_ROOT.'includes/functions/functions_print_lists.php'; -$controller=new WT_Controller_Page(); +$controller = new WT_Controller_Page(); // We show three different lists: initials, surnames and individuals // Note that the data may contain special chars, such as surname="<unknown>", |
