Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php 11 Nov 2005 20:32:44 -0000 1.2 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php 4 Jun 2006 00:45:51 -0000 1.3 @@ -332,8 +332,8 @@ * It uses a bicubic interpolation algorithm to get far * better result. * - * @param $new_x int new width - * @param $new_y int new height + * @param int $new_x new width + * @param int $new_y new height * * @return true on success or pear error * @see PEAR::isError() @@ -437,9 +437,9 @@ /** * Save the image file * - * @param $filename string the name of the file to write to - * @param $quality int output DPI, default is 85 - * @param $types string define the output format, default + * @param string $filename the name of the file to write to + * @param int $quality output DPI, default is 85 + * @param string $types define the output format, default * is the current used format * * @return none