fix string error
This commit is contained in:
parent
85d46cfad3
commit
7fe58e349c
|
@ -190,7 +190,7 @@ class WaterController extends DataController
|
|||
|
||||
function timemapAction()
|
||||
{
|
||||
$sql='select id,uuid,west,south,north,east,title,timebegin,timeend from metadata where source='0595169a-279e-4b95-819f-129d0ba4280d' and timebegin is not null';
|
||||
$sql="select id,uuid,west,south,north,east,title,timebegin,timeend from metadata where source='0595169a-279e-4b95-819f-129d0ba4280d' and timebegin is not null";
|
||||
$this->view->rows=$this->db->fetchAll($sql);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue