From cb77f9e5f444f088c9c9dc49e7110aeaea6db3de Mon Sep 17 00:00:00 2001 From: stfwi Date: Fri, 24 Jun 2011 20:09:17 +0100 Subject: Bugfix: Table name in htpasswdsync_db_schema() was incorrect --- HTPasswdSync.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HTPasswdSync.install') diff --git a/HTPasswdSync.install b/HTPasswdSync.install index 77e5112..8288989 100644 --- a/HTPasswdSync.install +++ b/HTPasswdSync.install @@ -29,7 +29,7 @@ function htpasswdsync_uninstall() { * @return array */ function htpasswdsync_db_schema() { - $schema['htpasswdsync_passwd'] = array( + $schema['htpasswdsync_htpasswd'] = array( 'fields' => array( 'username' => array( 'description' => 'The {users}.username.', -- cgit v1.2.3