From 140786fca98c381cac63beb84c4c2e233ff1090b Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 1 Apr 2008 16:06:08 +0000 Subject: guide example fixes --- user_guide/helpers/email_helper.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/helpers/email_helper.html') diff --git a/user_guide/helpers/email_helper.html b/user_guide/helpers/email_helper.html index 74923a52e..7acee1d81 100644 --- a/user_guide/helpers/email_helper.html +++ b/user_guide/helpers/email_helper.html @@ -72,7 +72,7 @@ Download Helper

Checks if an email is a correctly formatted email. Note that is doesn't actually prove the email will recieve mail, simply that it is a validly formed address.

It returns TRUE/FALSE

- $this->load->helper(email);
+ $this->load->helper('email');

if (valid_email('email@somesite.com'))
{
-- cgit v1.2.3-24-g4f1b