Changeset 985
- Timestamp:
- 10/27/05 07:19:49 (3 years ago)
- Files:
-
- 1 modified
-
trunk/rss/util.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rss/util.php
r984 r985 779 779 780 780 function rss_redirect($url = "") { 781 header("Location: " .781 header("Location: " . 782 782 (guessTransportProto() . $_SERVER['HTTP_HOST'] . getPath() . $url)); 783 783 } … … 925 925 if ($binIcon) { 926 926 $sql = "delete from " . getTable('cache') 927 ." where cachetype='icon' and cachekey=' icon_'";927 ." where cachetype='icon' and cachekey='$icon_'"; 928 928 rss_query($sql); 929 929 $sql = "insert into ". getTable('cache')
