Changeset 19
- Timestamp:
- 02/23/10 17:36:57 (2 years ago)
- Files:
-
- trunk/client/modules/Elezioni/foto.php (modified) (1 diff)
- trunk/client/modules/Elezioni/images/logo.jpg (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/client/modules/Elezioni/foto.php
r2 r19 47 47 48 48 // nessuno stemma immagine vuota 49 if ($stemma==""){ 50 51 $sql = "select stemma from ".$prefix."_ele_conf where id_com='0'"; 52 $res = mysql_query($sql,$dbi); 53 $dati = mysql_fetch_array($res); 54 $stemma = $dati['stemma']; 49 if ($stemma==""){ 50 51 $stemma = fread( fopen( 'images/vuoto.jpg', 'r' ), filesize( 'images/vuoto.jpg' ) ); 55 52 } 56 53
