1
0

Remove errenous commit

This commit is contained in:
Garvin Hicking
2006-11-14 10:02:28 +00:00
parent 233195680f
commit d9d2317f23
3 changed files with 10 additions and 11 deletions

View File

@ -610,7 +610,7 @@ function serendipity_makeThumbnail($file, $directory = '', $size = false, $thumb
$infile = $serendipity['serendipityPath'] . $serendipity['uploadPath'] . $directory . $file;
echo 'From: ' . $infile . '<br />';
# echo 'From: ' . $infile . '<br />';
if ($is_temporary) {
$temppath = dirname($thumbname);
if (!is_dir($temppath)) {
@ -621,7 +621,7 @@ function serendipity_makeThumbnail($file, $directory = '', $size = false, $thumb
$outfile = $serendipity['serendipityPath'] . $serendipity['uploadPath'] . $directory . $f . '.' . $thumbname . '.' . $suf;
}
$serendipity['last_outfile'] = $outfile;
echo 'To: ' . $outfile . '<br />';
# echo 'To: ' . $outfile . '<br />';
$fdim = @serendipity_getimagesize($infile, '', $suf);
if (isset($fdim['noimage'])) {