value_options)) { return; } $this->value_options = array(); $result = db_query('SELECT * FROM {aggregator_category} ORDER BY title'); foreach ($result as $category) { $this->value_options[$category->cid] = $category->title; } } }