From 4959a5ed1035706b6d2dcda40399ed27da81b0b3 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Mon, 13 Jan 2003 07:48:37 +0000 Subject: [PATCH] changed phpdoc @author --- lib/DBAuthenticator.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/DBAuthenticator.inc b/lib/DBAuthenticator.inc index 2d7b642..58d87c2 100644 --- a/lib/DBAuthenticator.inc +++ b/lib/DBAuthenticator.inc @@ -8,7 +8,7 @@ require_once("$default->owl_fs_root/lib/Authenticator.inc"); * Perform authentication tasks against the database. * * @version $Revision$ - * @author michael@jamwarehouse.com + * @author owl_users_table where username = '$userName' and password = '" . md5($password) . "'"; $sql->query($query); $numrows = $sql->num_rows($sql); + if ($numrows == "1") { return true; } else { -- libgit2 0.21.4