From ce41a4d1cb5308b96b29fdf033e613f9d5cec166 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Thu, 1 Aug 2002 23:04:21 +0000 Subject: [PATCH] link change due to new structure git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@90680 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/overload/functions/overload.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/overload/functions/overload.xml b/reference/overload/functions/overload.xml index d679a74eff..0ea4290887 100644 --- a/reference/overload/functions/overload.xml +++ b/reference/overload/functions/overload.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ The overload function will enable property and method call overloading for a class identified by class_name. - See an example + See an example in the introductory section of this part.