#347 Add GS Windows support

This commit is contained in:
Ulrich Block 2014-03-30 14:04:55 +02:00
parent 24f6ba5f0f
commit 8d509776d1

View File

@ -138,6 +138,8 @@ if ($ui->st('d', 'get') == 'bu' and $ui->st('action', 'post') == 'bu' and $resel
} else {
$template_file .= 'Skipped: ' . $image[':description'] .'<br>';
}
} else if (in_array($image[':shorten'], $array) and count($image) != 32) {
$template_file .= 'Skipped: ' . $image[':description'] .'. Array size is ' . count($image) . ' instead of 32<br>';
}
}