Example #1
0
 function fetch_from_db($expand_ref = FALSE)
 {
     parent::fetch_from_db($expand_ref);
     if (!@$this->_display['list_text']) {
         $this->select_list_text();
     }
 }