From fe1ba5b690f1d35d0857ba7d761307dfbe6f35b3 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Tue, 18 May 2010 08:56:32 +0000 Subject: [PATCH] Fixed bug #51432 (imagestrinup x/y coordinate wrong discription) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299441 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagestringup.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/image/functions/imagestringup.xml b/reference/image/functions/imagestringup.xml index c0ae7e6134..12d1ad7a5c 100644 --- a/reference/image/functions/imagestringup.xml +++ b/reference/image/functions/imagestringup.xml @@ -31,7 +31,7 @@ x - x-coordinate of the upper left corner. + x-coordinate of the bottom left corner. @@ -39,7 +39,7 @@ y - y-coordinate of the upper left corner. + y-coordinate of the bottom left corner.