From 76652861d45b4d1ca1dc7844a83ba007dd4a8047 Mon Sep 17 00:00:00 2001 From: jacob Date: Mon, 14 Jun 2010 20:12:54 +0000 Subject: [PATCH] Added conference filter to event location editor --- admin/locations.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/locations.php b/admin/locations.php index f6f8d020..2c642b9b 100644 --- a/admin/locations.php +++ b/admin/locations.php @@ -45,6 +45,8 @@ $editor = new TableEditor("locations", ) ); + +$editor->filterList("conferences_id", $conference['id']); $editor->setPrimaryKey("id"); $editor->setRecordType("Location"); $editor->setDefaultSortField("name");