From 9efd316597cddb8052a6f3470fb89ccf2dbaec5b Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 19 Jun 2001 18:17:47 +0000 Subject: [PATCH] Fix bug: #11453 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@49830 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/gettext.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/gettext.xml b/functions/gettext.xml index 491e3bf0d0..c59e1663a7 100644 --- a/functions/gettext.xml +++ b/functions/gettext.xml @@ -128,9 +128,9 @@ print (gettext ("Welcome to My PHP Application")); This function sets the domain to search within when calls are made to gettext, usually the named after an - application. The previous default domain is returned. Call it - with no parameters to get the current setting without changing - it. + application. The previous default domain is returned. + Call it with NULL as parameter to get the current setting without + changing it.