Changeset 1657
- Timestamp:
- Oct 4, 2010, 7:17:10 AM (10 years ago)
- Location:
- cpc/trunk/project
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/modules/plot/templates/generatePlotGroupesSuccess.php
r1594 r1657 16 16 if ($drawAction === "map") { 17 17 $Test = new xsPChart($xsize,$ysize); 18 $Test->getImageMap($mapId );18 $Test->getImageMap($mapId, FALSE); 19 19 } 20 20 -
cpc/trunk/project/apps/frontend/modules/plot/templates/generatePlotParlementaireSuccess.php
r1524 r1657 39 39 if ($drawAction === "map" ) { 40 40 $Test = new xsPChart(800,$size); 41 $Test->getImageMap($mapId );41 $Test->getImageMap($mapId, FALSE); 42 42 } 43 43 -
cpc/trunk/project/plugins/xsPChartPlugin/lib/pChart/pChart/pChart.class
r1656 r1657 2832 2832 2833 2833 if ( $Flush ) 2834 //unlink($FileName);2834 unlink($FileName); 2835 2835 2836 2836 exit();
Note: See TracChangeset
for help on using the changeset viewer.