diff --git a/application/default/controllers/ServiceController.php b/application/default/controllers/ServiceController.php index 203c5d6b..63ec9b6b 100644 --- a/application/default/controllers/ServiceController.php +++ b/application/default/controllers/ServiceController.php @@ -73,7 +73,7 @@ class ServiceController extends Zend_Controller_Action if (empty($w)) $w=-180; //$start=$this->_request->getParam('start'); //$end=$this->_request->getParam('end'); - $sql="select id,uuid,description,filesize,fileformat from metadata where east? and north?"; + $sql="select id,title,uuid,description,filesize,fileformat from metadata where east? and north?"; if (!empty($key)) { $sql.= " and (title ilike ? or description ilike ?)"; $sql.= " order by title";