Commit:    3f4dfa42839f5eb7dc53e87aa9663b38a4527adb
Author:    Sherif Ramadan <[email protected]>         Thu, 22 Nov 2012 17:41:32 
-0500
Parents:   7c1d2a20643d7e13614b55302d8c155edc3ba74f
Branches:  master

Link:       
http://git.php.net/?p=web/master.git;a=commitdiff;h=3f4dfa42839f5eb7dc53e87aa9663b38a4527adb

Log:
Fixing typo in function name.

Changed paths:
  M  manage/user-notes.php


Diff:
diff --git a/manage/user-notes.php b/manage/user-notes.php
index 55696be..f1d2e08 100644
--- a/manage/user-notes.php
+++ b/manage/user-notes.php
@@ -293,7 +293,7 @@ case 'edit':
 
     $row = note_get_by_id($id);
 
-    $email = (isset($_POST['email']) ? 
real_clean(html_entityt_decode($_POST['email'],ENT_QUOTES)) : 
real_clean($row['user']));
+    $email = (isset($_POST['email']) ? 
real_clean(html_entity_decode($_POST['email'],ENT_QUOTES)) : 
real_clean($row['user']));
     $sect = (isset($_POST['sect']) ? real_clean($_POST['sect']) : 
real_clean($row['sect']));
 
     if (isset($note) && $action == "edit") {


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to