value_options)) { $this->value_title = t('Type'); // Enable filtering by type. $types = array(); $types = db_query('SELECT DISTINCT(type) FROM {system} ORDER BY type')->fetchAllKeyed(0, 0); $this->value_options = $types; } } }