fix string error

This commit is contained in:
wlx 2010-06-29 03:42:07 +00:00
parent 85d46cfad3
commit 7fe58e349c
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}