aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstfwi <cerberos@atwillys.de>2011-06-24 20:09:17 +0100
committerstfwi <cerberos@atwillys.de>2011-06-24 20:09:17 +0100
commitcb77f9e5f444f088c9c9dc49e7110aeaea6db3de (patch)
treed81765263c093f0bb4bf0cf6acf14d597ff0ffb0
parentee6fc493a9e9ca0997216c6df3acab99c2ab80c0 (diff)
downloaddrupal_htpasswdsync-cb77f9e5f444f088c9c9dc49e7110aeaea6db3de.tar.gz
drupal_htpasswdsync-cb77f9e5f444f088c9c9dc49e7110aeaea6db3de.tar.bz2
drupal_htpasswdsync-cb77f9e5f444f088c9c9dc49e7110aeaea6db3de.zip
Bugfix: Table name in htpasswdsync_db_schema() was incorrect
-rw-r--r--HTPasswdSync.install2
1 files changed, 1 insertions, 1 deletions
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.',

© 2014-2024 Faster IT GmbH | imprint | privacy policy