Changeset 19

Show
Ignore:
Timestamp:
02/23/10 17:36:57 (2 years ago)
Author:
roby
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/client/modules/Elezioni/foto.php

    r2 r19  
    4747 
    4848// 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']; 
     49if ($stemma==""){ 
     50   
     51$stemma =  fread( fopen( 'images/vuoto.jpg', 'r' ), filesize( 'images/vuoto.jpg' ) ); 
    5552} 
    5653