From af6a8be88c21e80889980426792b52f7aeee01f9 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 21 Jan 2008 15:24:06 +0000 Subject: typo fix string helper --- user_guide/helpers/string_helper.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide') diff --git a/user_guide/helpers/string_helper.html b/user_guide/helpers/string_helper.html index 4cebf5023..476822e42 100644 --- a/user_guide/helpers/string_helper.html +++ b/user_guide/helpers/string_helper.html @@ -80,7 +80,7 @@ String Helper
  • numeric:  Numeric string.
  • nozero:  Numeric string with no zeros.
  • unique:  Encrypted with MD5 and uniqid(). Note: The length parameter is not available for this type. -Returns a fixed length 33 character string.
  • +Returns a fixed length 32 character string.

    Usage example:

    -- cgit v1.2.3-24-g4f1b