Changeset 985

Show
Ignore:
Timestamp:
10/27/05 07:19:49 (3 years ago)
Author:
mbonetti
Message:

Refix for #32.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rss/util.php

    r984 r985  
    779779 
    780780function rss_redirect($url = "") { 
    781     header("Location: " . 
     781    header("Location: " . 
    782782        (guessTransportProto() . $_SERVER['HTTP_HOST'] . getPath() . $url)); 
    783783} 
     
    925925    if ($binIcon) { 
    926926        $sql = "delete from " . getTable('cache')  
    927         ." where cachetype='icon' and cachekey='icon_'"; 
     927        ." where cachetype='icon' and cachekey='$icon_'"; 
    928928        rss_query($sql); 
    929929        $sql = "insert into ". getTable('cache')