diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-04-01 18:06:08 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-04-01 18:06:08 +0200 |
commit | 140786fca98c381cac63beb84c4c2e233ff1090b (patch) | |
tree | ab9937581fc2bfafc101df492ce871cd95f0c881 /user_guide/helpers/email_helper.html | |
parent | ac7c81e3cd8891d7a8103c121911f7192b5027af (diff) |
guide example fixes
Diffstat (limited to 'user_guide/helpers/email_helper.html')
-rw-r--r-- | user_guide/helpers/email_helper.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <p>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.</p>
<p>It returns TRUE/FALSE</p>
-<code> $this->load->helper(email);<br />
+<code> $this->load->helper('email');<br />
<br />
if (valid_email('email@somesite.com'))<br />
{<br />
|