From a0ed0d38d467a7ceb5e576e8b363b5ee1af05ab1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 Apr 2013 18:27:41 +0400 Subject: auth_remote: fix typo --- classes/auth/base.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'classes') diff --git a/classes/auth/base.php b/classes/auth/base.php index c2a6bd704..102a19778 100644 --- a/classes/auth/base.php +++ b/classes/auth/base.php @@ -1,11 +1,5 @@ dbh = $dbh; - } - function check_password($owner_uid, $password) { return false; } -- cgit v1.2.3-54-g00ecf