From: Arun Persaud Date: Fri, 9 May 2008 00:28:29 +0000 (-0700) Subject: BUGIFX: typo in a call to a database function X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=90323815e10b6bd6dc04e270a78ee9687a2f357a;ds=sidebyside BUGIFX: typo in a call to a database function nothing critical Signed-off-by: Arun Persaud --- diff --git a/include/db.php b/include/db.php index 2d04357..8c04828 100644 --- a/include/db.php +++ b/include/db.php @@ -701,7 +701,7 @@ function DB_get_PREF($myid) function DB_get_email_pref_by_hash($hash) { - $r = EB_query_array("SELECT value FROM Hand". + $r = DB_query_array("SELECT value FROM Hand". " LEFT JOIN User_Prefs ON Hand.user_id=User_Prefs.user_id". " WHERE hash='$hash' AND pref_key='email'" ); if($r)