Return true here to comply

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329937 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2013-03-27 10:44:55 +00:00
parent 62b9defe2b
commit e2bee5cea1

View file

@ -61,6 +61,8 @@ if(!function_exists('imagepalettetotruecolor'))
imagedestroy($src);
$src = $dst;
return(true);
}
}