[juno] conf.php.dist diff

Mathieu Legare legare@uqtr.ca
Sun, 25 Aug 2002 09:06:22 -0400


Index: conf.php.dist
===================================================================
RCS file: /repository/juno/config/conf.php.dist,v
retrieving revision 1.3
diff -u -r1.3 conf.php.dist
--- conf.php.dist       23 Aug 2002 22:50:57 -0000      1.3
+++ conf.php.dist       25 Aug 2002 13:05:14 -0000
@@ -1,6 +1,6 @@
 <?php
 /*
- * $Horde: juno/config/conf.php.dist,v 1.3 2002/08/23 22:50:57 jan Exp $
+ * $Horde: juno/config/conf.php.dist,v 1.4 2002/08/23 00:09:27 jan Exp $
  *
  * Copyright 1999-2002 Charles J. Hagenbuch <chuck@horde.org>
  * Copyright 1999-2002 Jon Parise <jon@horde.org>
@@ -26,4 +26,5 @@
 $conf['storage']['params']['username'] = 'horde';
 $conf['storage']['params']['password'] = '';
 $conf['storage']['params']['database'] = 'horde';
-$conf['storage']['params']['table'] = 'juno_accounts';
+$conf['storage']['params']['table_accounts'] = 'juno_accounts';
+$conf['storage']['params']['table_register'] = 'juno_register';