From 573e057e5afb1fb9f2606a2a230df02fac804cd5 Mon Sep 17 00:00:00 2001 From: Maxime Delorme Date: Sat, 5 May 2007 11:36:23 +1200 Subject: [PATCH] Correct variable name. --- inc/rscds_configuration_missing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/rscds_configuration_missing.php b/inc/rscds_configuration_missing.php index c0c45c4f..97fccd51 100644 --- a/inc/rscds_configuration_missing.php +++ b/inc/rscds_configuration_missing.php @@ -17,7 +17,7 @@ include("page-header.php");

The configuration file should look something like this:

 <?php
-//  \$c->domainname  = 'rscds.example.com';
+//  \$c->domain_name  = 'rscds.example.com';
 //  \$c->sysabbr     = 'rscds';
 //  \$c->system_name = 'Really Simple CalDAV Store';