From 2bee4c039394efeadacabe93f4ccc475a949c104 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 24 Sep 2007 12:13:47 +0000 Subject: uniquid changed to uniqid --- user_guide/helpers/string_helper.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/helpers/string_helper.html') diff --git a/user_guide/helpers/string_helper.html b/user_guide/helpers/string_helper.html index c20c7b840..8ba80c6a7 100644 --- a/user_guide/helpers/string_helper.html +++ b/user_guide/helpers/string_helper.html @@ -84,7 +84,7 @@ String Helper
  • alnum:  Alpha-numeric string with lower and uppercase characters.
  • numeric:  Numeric string.
  • nozero:  Numeric string with no zeros.
  • -
  • unique:  Encrypted with MD5 and uniquid(). Note: The length parameter is not available for this type. +
  • unique:  Encrypted with MD5 and uniqid(). Note: The length parameter is not available for this type. Returns a fixed length 33 character string.
  • -- cgit v1.2.3-24-g4f1b