Ignore:
Timestamp:
Mar 1, 2010, 11:22:47 PM (14 years ago)
Author:
roby
Message:

Correzione per gestione accentate nei grafici e sostituita eregi in admin

Location:
trunk/client/modules/Elezioni
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/grafici.php

    r2 r21  
    442442                                //$descrizione=taglio(4,$descrizione);
    443443                               
    444                                 $gruppo[$i]=utf8_encode(substr($descrizione,0,21));
    445                                 $gruppos[$e]=utf8_encode(substr($descrizione,0,21)); //flash
     444                                $gruppo[$i]=(substr($descrizione,0,21));
     445                                $gruppos[$e]=(substr($descrizione,0,21)); //flash
    446446
    447447                               
  • trunk/client/modules/Elezioni/grafici/affluenze_graf.php

    r2 r21  
    1010include ("jpgraph.php");
    1111include ("jpgraph_pie.php");
     12define("CURFONT1",FF_DV_SANSSERIF);
    1213
    1314$e=$_GET['e'];$f=$_GET['f'];$e1=$_GET['e1'];$f1=$_GET['f1'];
     
    2223
    2324$graph->title->Set($titolo);
    24 $graph->title->SetFont(FF_FONT1,FS_BOLD);
     25$graph->title->SetFont(CURFONT1,FS_BOLD);
    2526$graph ->legend->Pos( 0.02,0.85,"left" ,"center");
    2627$graph->SetBackgroundImage("../images/logo.jpg",BGIMG_COPY);
  • trunk/client/modules/Elezioni/grafici/jpg-config.inc.php

    r2 r21  
    3131//   MBTTF_DIR /usr/share/fonts/ja/TrueType/
    3232//
     33define("TTF_DIR","/usr/share/fonts/truetype/ttf-dejavu/");
    3334// WINDOWS:
    3435//   CACHE_DIR $SERVER_TEMP/jpgraph_cache/
Note: See TracChangeset for help on using the changeset viewer.