Changeset 22


Ignore:
Timestamp:
Mar 4, 2010, 5:10:54 PM (14 years ago)
Author:
roby
Message:

Rivista gestione accentate nei grafici

Location:
trunk/client/modules/Elezioni/grafici
Files:
1 added
1 edited

Legend:

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

    r21 r22  
    1010include ("jpgraph.php");
    1111include ("jpgraph_pie.php");
    12 define("CURFONT1",FF_DV_SANSSERIF);
     12if(file_exists(TTF_DIR))
     13        define("CURFONT1",FF_DV_SANSSERIF);
     14else
     15        define ("CURFONT1",FF_FONT1);
     16
    1317
    1418$e=$_GET['e'];$f=$_GET['f'];$e1=$_GET['e1'];$f1=$_GET['f1'];
Note: See TracChangeset for help on using the changeset viewer.