[Devel] r403 - branches/dui

svn at agendadulibre.org svn at agendadulibre.org
Dim 5 Oct 16:41:31 CEST 2008


Author: ldayot
Date: Sun Oct  5 16:41:25 2008
New Revision: 403

Log:
r331 : changement des noms de variables concernant la base de donnees.


Modified:
   branches/dui/bd-private.inc.php.template

Modified: branches/dui/bd-private.inc.php.template
==============================================================================
--- branches/dui/bd-private.inc.php.template	(original)
+++ branches/dui/bd-private.inc.php.template	Sun Oct  5 16:41:25 2008
@@ -7,16 +7,16 @@
  */
 
 /** Where the database is hosted */
-$host = "host";
+$db_host = "host";
 
 /** Username needed to connect to the database */
-$user = "user";
+$db_user = "user";
 
 /** Password needed to connect to the database */
-$pass = "password";
+$db_pass = "password";
 
 /** Database name */
-$bdd  = "bdd";
+$db_name  = "bdd";
 
 /** Root URL of the libre agenda, without leading slash */
 $root = "http://dummy.url.org";
@@ -24,7 +24,16 @@
 /** Mailing-list of moderators */
 $moderatorlist = "moderators at your.domain.org";
 
+/** Debug address. When not empty, all the e-mails are sent to this
+    address, instead of the event submitter addresses. Useful during
+    development. */
+$debugaddress = "";
+
 /** Max events displayed in calendar **/
 $maxEventsInCalendar = 2;
 
+/** Fields in submit form **/
+$isRequired_url = true;
+$isRequired_contact = true;
+
 ?>


Plus d'informations sur la liste de diffusion Devel