- contribution notice

pp [2004-12-22 00:42:59]
- contribution notice


git-svn-id: https://siedziba.pl:790/svn/repos/php-imlib/trunk@88 455248ca-bdda-0310-9134-f4ebb693071a
Filename
php_imlib.c
diff --git a/php_imlib.c b/php_imlib.c
index fdb60b4..97e86d4 100644
--- a/php_imlib.c
+++ b/php_imlib.c
@@ -1739,6 +1739,9 @@ PHP_FUNCTION(imlib_image_flip_diagonal)
    Orientate an image 90 x steps */
 PHP_FUNCTION(imlib_image_orientate)
 {
+
+  /* Contributed by Gareth Ardron */
+
    zval **img, **stepping;
    int r;
    Imlib_Image im;
ViewGit