Ignore:
Timestamp:
Mar 25, 2010, 8:02:02 PM (14 years ago)
Author:
roby
Message:

continua menu contestuale

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/modules/Elezioni/ele_confcons.php

    r2 r54  
    4848if (isset($param['supminpremio'])) get_magic_quotes_gpc() ? $supminpremio=$param['supminpremio']:$supminpremio=addslashes($param['supminpremio']); else $supminpremio='';
    4949if (isset($param['listsupconta'])) get_magic_quotes_gpc() ? $listsupconta=$param['listsupconta']:$listsupconta=addslashes($param['listsupconta']); else $listsupconta='';
     50if (isset($param['help'])) $help=intval($param['help']);
     51
    5052/******************************************************/
    5153/*Funzione di visualizzazione globale                 */
    5254/*****************************************************/
    5355        function all() {
    54                 global $tipo_cons,$param,$currentlang, $bgcolor1, $bgcolor2, $prefix, $dbi, $offset, $min, $id_cons,$id_cons_gen,$id_comune,$do,$id_conf;
     56                global $tipo_cons,$param,$currentlang, $bgcolor1, $bgcolor2, $prefix, $dbi, $offset, $min, $id_cons,$id_cons_gen,$id_comune,$do,$id_conf, $language,$help;
    5557       
    5658//              $restemp = mysql_query("select count(0) from ".$prefix."_ele_conf where id_conf='$id_conf'", $dbi);
    5759//              list($numtemp)=mysql_fetch_row($restemp);
    5860
     61        if (isset($help)) include("language/$language/ele_confcons.html");
    5962
    6063        echo "<center><br><table border=\"0\" width=\"100%\">";
Note: See TracChangeset for help on using the changeset viewer.