Changeset 348 for trunk/client/modules/Elezioni/gruppo.php
- Timestamp:
- May 15, 2021, 8:07:27 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/gruppo.php
r347 r348 54 54 55 55 56 57 58 include("crea_pagina.php"); 56 $test=phpversion(); 57 if($test>=5.6) 58 include("crea_paginaphp7.php"); 59 else 60 include("crea_paginaphp5.php"); 59 61 60 62 $sql="SELECT descrizione from ".$prefix."_ele_comuni where id_comune='$id_comune'" ;
Note:
See TracChangeset
for help on using the changeset viewer.