Ignore:
Timestamp:
Apr 2, 2010, 8:12:46 PM (14 years ago)
Author:
roby
Message:

client: risistemata creazione del pdf

File:
1 edited

Legend:

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

    r66 r74  
    1010    die ("You can't access this file directly...");
    1111}
    12 if ($xls=='1') include("modules/Elezioni/language/lang-$lang.php");
    13 
    14 
     12if ($xls=='1' or $pdf=='1') {
     13include_once("modules/Elezioni/language/lang-$lang.php");
     14include_once("modules/Elezioni/funzioni.php");
     15}
    1516$param=strtolower($_SERVER['REQUEST_METHOD']) == 'get' ?
    1617        $_GET : $_POST;
Note: See TracChangeset for help on using the changeset viewer.