summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-05-08 17:28:29 -0700
committerArun Persaud <arun@nubati.net>2008-05-08 17:28:29 -0700
commit90323815e10b6bd6dc04e270a78ee9687a2f357a (patch)
treeffbac2ed2660294ffec195717bd8c10964c0ff7f /include
parent5e1a0bda25ddea405798e52388de4dd0a05d356c (diff)
downloade-DoKo-90323815e10b6bd6dc04e270a78ee9687a2f357a.tar.gz
e-DoKo-90323815e10b6bd6dc04e270a78ee9687a2f357a.tar.bz2
e-DoKo-90323815e10b6bd6dc04e270a78ee9687a2f357a.zip
BUGIFX: typo in a call to a database function
nothing critical Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'include')
-rw-r--r--include/db.php2
1 files changed, 1 insertions, 1 deletions
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)