mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
NOISSUE, trivial code change
This commit is contained in:
parent
f8af9ef6ce
commit
34c7b68c89
7 changed files with 8 additions and 13 deletions
|
|
@ -210,7 +210,7 @@ if(!class_exists('AddonCaptcha'))
|
|||
}
|
||||
|
||||
// Combine images of each character
|
||||
for($i = 1; $i < count($im); $i++)
|
||||
for($i = 1, $c = count($im); $i<$c; $i++)
|
||||
{
|
||||
imagecopy($im[0], $im[$i], (($w + 2) * ($i - 1)), 0, 0, 0, $w, $h);
|
||||
imagedestroy($im[$i]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue