- Timestamp:
- Sep 28, 2010, 8:05:13 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/modules/plot/actions/actions.class.php
r1439 r1463 32 32 $this->setLayout(false); 33 33 } 34 35 public function executeGeneratePlotGroupes(sfWebRequest $request) { 36 $this->drawAction = $request->getParameter('drawAction'); 37 if (!$this->drawAction) 38 $this->drawAction = "draw"; 39 $this->mapId = $request->getParameter('mapId'); 40 $this->forward404Unless($this->mapId); 41 $this->getResponse()->setHttpHeader('content-type', 'image/png'); 42 $this->setLayout(false); 43 } 34 44 35 45 }
Note: See TracChangeset
for help on using the changeset viewer.