diff options
author | Andrey Hristov <andrey@php.net> | 2003-08-11 11:27:27 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2003-08-11 11:27:27 +0000 |
commit | 6825993fcc6759e04ff27e911373429dbf1785ab (patch) | |
tree | e9e884277242574b059f1a01afd3fab04fe3c88f | |
parent | ab9dcec292eb8b7a928cd111044a6a3e374e2412 (diff) | |
download | php-git-6825993fcc6759e04ff27e911373429dbf1785ab.tar.gz |
proto fix (thanks to Mehdi Achour for notifying)
-rw-r--r-- | ext/pdf/pdf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdf/pdf.c b/ext/pdf/pdf.c index 78f678f873..bfe0534e49 100644 --- a/ext/pdf/pdf.c +++ b/ext/pdf/pdf.c @@ -2690,7 +2690,7 @@ PHP_FUNCTION(pdf_add_note) /* }}} */ /* {{{ proto bool pdf_add_locallink(resource pdfdoc, float llx, float lly, float urx, float ury, int page, string dest) - Adds link to web resource */ + Adds link to local resource */ PHP_FUNCTION(pdf_add_locallink) { zval **arg1, **arg2, **arg3, **arg4, **arg5, **arg6, **arg7; |