From aceb80eee21d5297c81a8c5546846acbefd48526 Mon Sep 17 00:00:00 2001 From: pete_morgan Date: Sun, 26 Mar 2006 15:04:50 +0000 Subject: [PATCH] typo --- .../language-custom-functions/language-function-eval.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/designers/language-custom-functions/language-function-eval.xml b/docs/en/designers/language-custom-functions/language-function-eval.xml index e2717ed0..0d8c9b46 100644 --- a/docs/en/designers/language-custom-functions/language-function-eval.xml +++ b/docs/en/designers/language-custom-functions/language-function-eval.xml @@ -110,13 +110,13 @@ You must supply a state. another {eval} example - This example outputs the server name and IP. - The variable $str could be from a database for example. + This outputs the server name (in uppercase) and IP. + The variable $str could be from a database query also. assign('foo',$str); ]]>