Index: profile_privacy.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/profile_privacy/profile_privacy.install,v
retrieving revision 1.2
diff -u -p -r1.2 profile_privacy.install
--- profile_privacy.install	10 Jul 2008 18:40:08 -0000	1.2
+++ profile_privacy.install	18 Jul 2008 22:27:27 -0000
@@ -41,7 +41,7 @@ function profile_privacy_schema() {
         'default' => 0 
       )
     ),
-    'unique keys' => array(
+    'indexes' => array(
       'uid' => array('uid'),
       'fid' => array('fid')
     )
